forgejo: admins can't change external-auth users' usernames without workarounds #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Impact: minor annoyance to Lix's admins who have to change usernames for people, but the workarounds are known. Possibly discourages people changing their usernames, which is unfortunate.
Link: https://codeberg.org/forgejo/forgejo/issues/3657
For context: seems that the bug is that admins used to be able to change username, and now they can't
This bug makes it so no one can really change the username lol. There's a feature request to allow users to change their username, which should also fix this bug: https://codeberg.org/forgejo/forgejo/issues/687
Relevant code:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/services/user/update.go
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/services/user/user.go