mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-11 08:29:13 -05:00
[GH-ISSUE #1210] pangctl set-admin-credentials does not work if email address has upper-case letters #6606
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DavidAUM23 on GitHub (Aug 4, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1210
Originally assigned to: @miloschwartz on GitHub.
Initial user setup with an email address like:
The initial email address and password combo worked flawlessly.
Finding a need to change the initial admin user password, I used:
and was greeted with a happy:
But when I went to the login page, the new combo was not accepted.
After believing for too long that I had a typo somewhere, I discovered that it was the upper-case letters in the email address that caused the suffering.
When I used:
I was again greeted with a happy:
Thereafter, using the lower-case email address along with the new password went back to working flawlessly.
Please let me know if additional information/logs would be helpful.
...or if you are unable to reproduce it, and I simply dreamt this event.
-David
@miloschwartz commented on GitHub (Aug 7, 2025):
Looks like the pangctl command doesn't force the email to lower case before storing the db. Easy fix- will include in next release. Thanks!