mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
Fixes #17655 If you rename `user1` to `user2` and visit `/user1` you get redirected to `/user2`. But if you visit `/user1/repo` you just get a 404 error. With this PR the user is redirected to `/user2/repo`.