Actions
Enhancement #27235
openDocumentation for passwords should be explicit about password hashes compatibility
Pull Request:
UX impact:
I dislike using that feature
Suggestion strength:
Advise - This would make Rudder significantly better | easier | simpler
User visibility:
First impressions of Rudder
Effort required:
Very Small
Name check:
To do
Fix check:
To do
Regression:
No
Description
In https://docs.rudder.io/reference/8.3/administration/users.html#_passwords, we don't mention the incoming drop of support for unsafe hash algorithms for passwords (since argon2id in 9.0 with #26996).
The policy is to support bcrypt (8.3, 9.0) and argon2id (9.0), and drop support (#27128) for other ones in 9.0, such as MD5/SHA...
Updated by Clark ANDRIANASOLO about 11 hours ago
- Related to Architecture #26996: Add argon2id support for local hash added
- Related to Architecture #27128: Drop support for legacy password hash algorithms added
Actions