From: Wolfgang M. M. <wol...@us...> - 2004-08-10 06:07:37
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/security In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5069/src/org/exist/security Modified Files: security.properties Log Message: Switched password encoding back to md5. I set this to simple-md5 by mistake. Index: security.properties =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/security/security.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** security.properties 28 Jul 2004 18:55:05 -0000 1.5 --- security.properties 10 Aug 2004 06:07:19 -0000 1.6 *************** *** 10,12 **** # the database will not recognize the old passwords. ! passwords.encoding=simple-md5 --- 10,12 ---- # the database will not recognize the old passwords. ! passwords.encoding=md5 |