[Phpslash-commit] CVS: phpslash-dev/public_html config_setup.ini.php,1.10,1.11
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-09-16 21:06:21
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv663/phpslash-dev/public_html Modified Files: config_setup.ini.php Log Message: updated non CR loginform.tpl to be used with other auth methods Index: config_setup.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config_setup.ini.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** config_setup.ini.php 15 Sep 2004 23:18:39 -0000 1.10 --- config_setup.ini.php 16 Sep 2004 21:06:13 -0000 1.11 *************** *** 251,255 **** ;; 'reg' - allow users to register themselves and create accounts on your site ;; 'log' - restrict the creation of new accounts to administrators ! authmode = "reg" ;;; --- 251,255 ---- ;; 'reg' - allow users to register themselves and create accounts on your site ;; 'log' - restrict the creation of new accounts to administrators ! auth.mode = "reg" ;;; |