mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #1504] Changing a username makes the account unusable #1185
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @figassis on GitHub (Jun 11, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1504
Impacted versions
Steps to reproduce
Change a user's name
Try to login as new user
Current behavior
User is no longer able to login with new or old username
Expected behavior
User is no longer able to login with new or old username
The cause of the issue is that when changing a username, modoboa does not also change the email field in the core_user table, nor does it change the email directory pointing to the old username. The user has the new username, but their mailbox cannot be found.
@tonioo commented on GitHub (Jun 11, 2018):
@figassis I suggest you to upgrade to the latest modoboa version, this issue should be fixed.