From: <gem...@li...> - 2012-02-23 12:27:11
|
Revision: 513 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=513&view=rev Author: matijsdejong Date: 2012-02-23 12:27:01 +0000 (Thu, 23 Feb 2012) Log Message: ----------- Added respondent creation and initial password to core Modified Paths: -------------- trunk/new_project/application/configs/project.ini Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2012-02-23 12:26:49 UTC (rev 512) +++ trunk/new_project/application/configs/project.ini 2012-02-23 12:27:01 UTC (rev 513) @@ -10,7 +10,7 @@ ; Put %s somewhere within the salt to mix the value ; in the salt. ;--------------------------------------------------- -salt = +salt = ;---------------------------------------------------------- ; The non database super user @@ -19,7 +19,7 @@ ; and quoted if it contains special characters. ;---------------------------------------------------------- admin.user = superadmin -admin.pwd = +admin.pwd = ;admin.ipRanges = css.gems = gems/css/gems-fixed.css @@ -215,6 +215,15 @@ ; organization.default = 70 ;---------------------------------------------------------------------- +; PASSWORD SECTION +; +; Allows default setting of initial password for new users: +; password.firstPassword = sesame +;---------------------------------------------------------------------- + +;password.initialPassword = sesame + +;---------------------------------------------------------------------- ; PASSWORDS SECTION ; ; The last key must be a function name in your PasswordChecker class. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |