[geeklog-cvs] geeklog-1.3/docs config.html,1.18,1.19 history,1.90,1.91

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon May 5 17:11:08 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/docs
In directory internal.geeklog.net:/tmp/cvs-serv9426/docs

Modified Files:
	config.html history 
Log Message:
Added a speed limit to the new password request feature.


Index: config.html
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/docs/config.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** config.html	13 Apr 2003 17:16:09 -0000	1.18
--- config.html	5 May 2003 21:11:06 -0000	1.19
***************
*** 426,433 ****
  <tr>
    <td valign="top"><a name="desc_allow_username_change">allow_username_change</a></td>
!   <td valign="top"><i>0</i></td>
    <td valign="top">If set to 1, users will be allowed to change their username
      (login name). Stories and comments posted under the old username will
      automatically show the new username.</td></tr>
  </table>
  
--- 426,436 ----
  <tr>
    <td valign="top"><a name="desc_allow_username_change">allow_username_change</a></td>
!   <td valign="top">0</td>
    <td valign="top">If set to 1, users will be allowed to change their username
      (login name). Stories and comments posted under the old username will
      automatically show the new username.</td></tr>
+   <td valign="top"><a name="desc_passwordspeedlimit">passwordspeedlimit</a></td>
+   <td valign="top">300</td>
+   <td valign="top">Minimum delay between two requests for a new password, in seconds.</td></tr>
  </table>
  

Index: history
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/docs/history,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** history	5 May 2003 09:33:38 -0000	1.90
--- history	5 May 2003 21:11:06 -0000	1.91
***************
*** 4,7 ****
--- 4,13 ----
  -------
  
+ - Added a speed limit for requests for a new password (defaults to 5 minutes
+   between requests).
+ - The commentspeedlimit and submitspeedlimit tables have been replaced with a
+   general speedlimit table and three new functions operating on it have been
+   introduced (in lib-common.php). The new table has a 'type' field, so plugins
+   could easily implement their own speed limits.
  - Introduced new "forgot password" functionality: When requesting a new password
    for an account, the user will now receive an email with a link that s/he has





More information about the geeklog-cvs mailing list