Author: trashy Date: Sat Feb 28 12:28:22 2009 New Revision: 543 URL: http://svn.gna.org/viewcvs/galette?rev=543&view=rev Log: Add an abstract class for authentification, that will permit to use others authentification methods Rename Adherent class to GaletteLogin - the default authentification method Added a method to check if the username is already in use, to avoid the use of an existing login for admin account Use of i18n DEFAULT_LANG for initializing preferences Added: trunk/galette/classes/autentification.class.php trunk/galette/classes/galette-login.class.php (contents, props changed) - copied, changed from r529, trunk/galette/classes/adherents.class.php Removed: trunk/galette/classes/adherents.class.php Modified: trunk/galette/classes/preferences.class.php trunk/galette/includes/galette.inc.php trunk/galette/preferences.php