-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
How can the admin change another guy's username? #5822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is not possible currently but this should be added to user administration page then |
Is it sufficient to update user.name and user.lower_name in gitea.db sqlite? |
yes, that should be enaugh |
Duplicate of #1818 |
For future reference, it is also necessary to rename the folder of the user in gitea's ROOT path, otherwise the links on the profile page break. |
What do you mean by ROOT path? Do you mean the gitea-repositories folder? or the GITEA_HOME folder? |
The former. In app.ini, it's defined as |
For further future reference, you'll also want to update user's repositories to point to the right owner_name. This is what we had to do to move a user (other than also moving the directory): |
Another guy's username is readonly when the admin open the user profile.
The text was updated successfully, but these errors were encountered: