User: luke_t  
  Date: 01/12/18 18:20:37

  Modified:    src/resources/security users.properties
  Log:
  added users with hashed and encoded passwords
  
  Revision  Changes    Path
  1.2       +5 -0      jbosstest/src/resources/security/users.properties
  
  Index: users.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/security/users.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- users.properties  2001/03/05 10:11:44     1.1
  +++ users.properties  2001/12/19 02:20:37     1.2
  @@ -1,2 +1,7 @@
   scott=echoman
   stark=javaman
  +# Base64 encoded SHA of password "password".
  +luke=W6ph5Mm5Pz8GgiULbPgzG37mj9g=
  +# Hex encoded MD5 of password "password"
  +joe=5f4dcc3b5aa765d61d8327deb882cf99
  +
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to