Allow administrators to change account user names. This will be useful when testing user account creation in Kerberos authenticated systems.
Zanata admins can now update an account's username. Validations are done so that user names remain unique. See: https://github.com/zanata/zanata/commit/afcb90d28004c725322297a2cff35fc27b534a9c https://github.com/zanata/zanata/commit/5361c14b995429fc0d80cba1aea2fc58521b85c4 https://github.com/zanata/zanata/commit/ddfc14153d072611dad1b6c16fb9015f86626119
Tested with Zanata version 2.1-SNAPSHOT (20121204-0903) If we change the user name but not the password, the user cannot continue to use they password to sign in. Admin does need to either provide a password or send a courtesy/confirmation email to user to Action item: After username is changed, zanata should send a courtesy email such as: Subject: Zanata: Username has changed to XXXX Hi, Your username has been changed to XXXX. Please go to the zanata server <ZanataServerUrl> to reset your password. Reassigned.
Zanata now sends an email when the username has been changed by an administrator. This only happens for instances where internal authentication is enabled. Other instances have no need to reset the user's password. See: https://github.com/zanata/zanata/commit/0fdc1ae289a0a6e9aa605cb28fcd045b1da21bcb
VERIFIED with Zanata version 2.1-SNAPSHOT (20121211-1215)