[geeklog-cvs] geeklog-1.3 config.php,1.71,1.72

blaine at geeklog.net blaine at geeklog.net
Thu Feb 6 19:29:34 EST 2003


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

Modified Files:
	config.php 
Log Message:
Added support for custom user registration and account profile

Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** config.php	19 Jan 2003 10:39:33 -0000	1.71
--- config.php	7 Feb 2003 00:29:32 -0000	1.72
***************
*** 110,113 ****
--- 110,120 ----
  
  // ****************************************************************************
+ // * Support for custom user registration form and account details            *
+ // * Requires custom functions to be written that can be placed in lib-custom *
+ // * Function hooks are in users.php, usersettings.php and admin/user.php     *
+ // ****************************************************************************
+ $_CONF['custom_registration'] = false;  // Set to true if you have custom code
+ 
+ // ****************************************************************************
  // * If you set up Geeklog for the first time, you shouldn't need to change   *
  // * anything below this line. Come back here once the site is up and running.*





More information about the geeklog-cvs mailing list