[geeklog-cvs] geeklog-1.3 config.php,1.85,1.86

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Thu Jun 12 15:45:10 EDT 2003


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

Modified Files:
	config.php 
Log Message:
Added new config option to allow users to delete their account (default: off).


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** config.php	26 May 2003 12:52:44 -0000	1.85
--- config.php	12 Jun 2003 19:45:08 -0000	1.86
***************
*** 257,260 ****
--- 257,263 ----
  $_CONF['allow_username_change'] = 0;
  
+ // Allow users to delete their account (if set to 1).
+ $_CONF['allow_account_delete'] = 0;
+ 
  
  // Topic Settings





More information about the geeklog-cvs mailing list