-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Redirect on changing user and organization name #9531
Comments
That is tricky one as somebody can create org or user with old name so it would not be consistent and could lead to potential problems |
There is a similar problem for just changing repository names that was already solved in #807 I believe. The solution is to not redirect when a new org/user takes the old name. This is also how Github does it.
|
@lafriks What's the problems? But we have implemented the redirects when you change repository name. |
No problem, could be some risks but I'm fine if someone sends PR for this |
Currently gitea redirects repository URLs when you change the repository name (implemented in #807), but if you change a username or organization name then gitea won't redirect.
I am just wondering if there is interest in having redirects on username and organization name change implemented as well.
The text was updated successfully, but these errors were encountered: