mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1240] Superadmin Username must be valid Mailaddress else webmail authentication fails #1009
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#1009
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 @jakicoll on GitHub (Sep 20, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1240
Originally assigned to: @tonioo on GitHub.
I'm impressed by the great functionality and how easy modoboa is. Thank you very much! :)
However poking around a litte I guess I found a bug:
Impacted versions
Steps to reproduce
Current behavior
Webmail tries to login as
user=<foo>:Browser displays:
Expected behavior
Browser displays mailbox. :)
Note
If you change the username from foo to foo@mydomain.de, everything works as expected.
I guess, instead of the username, the webmail should pass the E-mail Adress associated with the username to Dovecot...
@tonioo commented on GitHub (Sep 22, 2017):
I guess the simplest way to fix this issue would be to enforce same values for username and email address once the email address is defined. What do you think?
@jakicoll commented on GitHub (Sep 22, 2017):
Good idea, that should do the trick. :)
The error message displayed to the user should explain it a little, e.g.:
"If you define or change the mail address for this account, you need to
change it's username to the same value."
@makakken commented on GitHub (Jul 19, 2018):
Just a hint would be nice. I was running into same issue after fresh modoboa install. luckily i found this thread. I really think it's a reason to change to other software if webmail (which you run to test after first time installs) is not working! 👍