Actions
Architecture #27292
openHash in users xml file is not longer relevant with the drop of unsafe hashes
Status:
New
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Effort required:
Small
Name check:
To do
Fix check:
To do
Regression:
No
Description
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 forargon2id
and bcrypt
format password, so we no longer have a single 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
Actions