mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #958] feat: allow uppercase usernames #535
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?
Original Pull Request: https://github.com/pocket-id/pocket-id/pull/958
State: closed
Merged: Yes
This PR allows users to use uppercase letters in their usernames. The database index prevents the same username with different cases to avoid username confusion.
Closes #906, #909