Updated the tests to store argon2 as well as md5password
This commit is contained in:
parent
96388c0951
commit
1e231013b0
4 changed files with 12 additions and 8 deletions
|
@ -113,6 +113,7 @@ mydomain:user08
|
|||
auth:firstName "Mary" ;
|
||||
auth:lastName "McInerney" ;
|
||||
auth:md5password "garbage" ;
|
||||
auth:argon2password "betterGarbage" ;
|
||||
auth:passwordChangeExpires 0 ;
|
||||
auth:loginCount 7 ;
|
||||
auth:lastLoginTime 1122334455667788 ;
|
||||
|
@ -138,6 +139,7 @@ mydomain:user10
|
|||
auth:firstName "Bob" ;
|
||||
auth:lastName "Caruso" ;
|
||||
auth:md5password "garbage" ;
|
||||
auth:argon2password "betterGarbage" ;
|
||||
auth:passwordChangeExpires 1100234965897 ;
|
||||
auth:loginCount 50 ;
|
||||
auth:lastLoginTime 1020304050607080 ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue