Skip to content

Allow users to change casing of their username

When a user tries to change their username from Example to example, we currently don't allow this because of the namespace change will cause a rollback. There is no reason we should not allow this, we just have to skip the namespace move if the username only changes in casing

Fixes: https://github.com/gitlabhq/gitlabhq/issues/6961

Merge request reports