Bug 881549
| Summary: | [RFE] Allow admins to change account user names. | ||
|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Carlos Munoz <camunoz> |
| Component: | Component-Logic | Assignee: | Carlos Munoz <camunoz> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ding-Yi Chen <dchen> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | zanata-bugs |
| Target Milestone: | --- | ||
| Target Release: | 2.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 2.1-SNAPSHOT (20121211-1215) | Doc Type: | Enhancement |
| Doc Text: |
Feature:
Administrators can now change an account's username.
Reason:
In some scenarios, some users need to change their username and Zanata did not offer a way to do this.
Result (if any):
User names can now be changed provided they remain unique throughout the system.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-26 04:06:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Carlos Munoz
2012-11-29 04:42:35 UTC
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) |