Project

General

Profile

Architecture #27292

Updated by Clark ANDRIANASOLO 3 days ago

Since #27128, we no longer support unsafe hashes, and in #26996 the argon2id hash algorithm is added for support. 

 So, with #24729, passwords are by now checked for users with regex for @argon2id@ and @bcrypt@ format password, so we no longer have a single @hash@ :  
 * @hash@, we could drop this attribute in the XML when migrating the file in 9.0  
 * and the check in the server create-user command

Back