From: <vb...@us...> - 2002-09-14 06:22:06
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv8861/doc Modified Files: ChangeLog Log Message: - Fixed 0000011: Support MD5 password encryption (includes db change) - Fixed 0000043: Support Plain Passwords - Fixed 0000044: Warning if administrator/root account still enabled - Fixed 0000045: Administrator Account Details (includes db change) - Added db_upgrade.sql - Included the meta tags in some pages. - Some cleanup of the login pages (there is still a problem with login!!) Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ChangeLog 11 Sep 2002 06:45:53 -0000 1.9 +++ ChangeLog 14 Sep 2002 06:22:03 -0000 1.10 @@ -22,6 +22,12 @@ * Added $g_auto_accept_notes to allow auto-accepting of notes (useful for demos and Intranet installations) * Added $g_auto_index_pages to allow auto-indexing for pages which call phpWebNotes but are not indexed. Default is ON. * Added the preview note support + * Added support for MD5 and plain password authentication (with MD5 as the default). + * Changed the encrypted password field size from 16 to 32 characters. + * Added warning to login page, if default account is not disabled. + * Added warning to login page, if plain passwords are used. + * 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. 03.12.2000 - 1.0.0 |