From: <gem...@li...> - 2011-11-22 15:43:26
|
Revision: 272 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=272&view=rev Author: matijsdejong Date: 2011-11-22 15:43:20 +0000 (Tue, 22 Nov 2011) Log Message: ----------- Changelog for ticket #43: Flexible user password constraints: Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2011-11-22 15:30:41 UTC (rev 271) +++ trunk/library/changelog.txt 2011-11-22 15:43:20 UTC (rev 272) @@ -1,6 +1,7 @@ Important changes from 1.4.3 => 1.5 ============================================================ Passwords should be set with a project.ini->salt. Salt is now a required project setting! +Setting rules for user passwords has changed and has become more powerfull, unless you do not set them. The table gems__staff is split into gems__staff, gems__user_logins with generic login data and gems__users_passwords containing db stored password information. GemsEscort->afterLogin(), ->afterLogout() and ->loadLoginInfo(0 are now all handled by Gems_User_UserDefinitionInterface objects. The table gems__user_ids provides unique and non-sequential user ids accross gems__staff and gems__respondents. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |