From: <gem...@li...> - 2012-03-23 18:30:42
|
Revision: 565 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=565&view=rev Author: matijsdejong Date: 2012-03-23 18:30:36 +0000 (Fri, 23 Mar 2012) Log Message: ----------- Authentication easier to extend / adapt 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-03-23 18:23:04 UTC (rev 564) +++ trunk/new_project/application/configs/project.ini 2012-03-23 18:30:36 UTC (rev 565) @@ -35,21 +35,6 @@ databaseFileEncoding = ISO-8859-1 ;------------------------------------------------------- -; ACCOUNT SECTION -; -; delayFactor -; -; When a user enters a wrong password, each subsequent -; login attempt will be delayed by an exponentially -; increasing number of seconds. -; -; This delay is calculated as follows: -; delay = (number_failed_attempts ^ delayFactor) -; -;------------------------------------------------------- -account.delayFactor = 4 - -;------------------------------------------------------- ; SESSION SECTION ; ; idleTimeout This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |