From: Wolfgang M. M. <wol...@us...> - 2004-06-21 15:27:51
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/security In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16641/src/org/exist/security Modified Files: security.properties Log Message: Added copyResource method to DBBroker. Index: security.properties =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/security/security.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** security.properties 27 Apr 2004 15:46:59 -0000 1.2 --- security.properties 21 Jun 2004 15:27:39 -0000 1.3 *************** *** 10,12 **** # the database will not recognize the old passwords. ! passwords.encoding=md5 --- 10,12 ---- # the database will not recognize the old passwords. ! passwords.encoding=simple-md5 |