From: <vb...@us...> - 2002-09-16 13:27:23
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv1428/doc Modified Files: ChangeLog Log Message: - Got the user login to work (by creating the cookies, and implementing some extra code / re-using code from Mantis). - Fixed a java script problem in the signup page. - Added $g_allow_signup to enable/disable signup support. Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChangeLog 16 Sep 2002 06:32:49 -0000 1.12 +++ ChangeLog 16 Sep 2002 13:27:20 -0000 1.13 @@ -29,7 +29,7 @@ * Fixed a problem in db_generate.sql where the administrator account had access level 0 and was not enabled. * Added db_upgrade.sql to upgrade the db and include the password field change. * Added support for cross referencing between notes on the same document (#<note number>). - * Added a prototype of the sign up page. + * Added user sign up support ($g_allow_signup) - emailing passwords not yet implemented. 03.12.2000 - 1.0.0 |