Actions
Bug #21532
closedImpossible to log in when login in rudder-users.xml contains uppercase chars and login are case-insensitive
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
When I put:
<authentication hash="bcrypt" case-sensitivity="false">
<user name="Admin" password="$2y$12$0aJNL7tIa0V1AdrKFCYwK.LUpQF9xxSuoD8J2TIvbM9XaURJEFkQe" role="administrator" />
</authentication>
I can't login at all (neither with admin
, Admin
nor ADMIN
).
Updated by Elaad FURREEDAN about 2 years ago
- Status changed from New to In progress
- Assignee set to Elaad FURREEDAN
Updated by Elaad FURREEDAN about 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4442
Updated by Anonymous about 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|9602d62c566902b5dd6861cb488957bbcbefda17.
Updated by Vincent MEMBRÉ about 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.0~rc1 which was released today.
Actions