mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #1231] No error displayed when user password does not respect validation rules #1000
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#1000
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 @buttch on GitHub (Sep 14, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1231
Impacted versions
Steps to reproduce
After fresh installation I'm not able to create a new user. The only response I get from /admin/accounts/new/ endpoint is following with status 400
response.txt
It occurs after hit Next in new user wizard window, so it's not even a Submit.
It's with Debug=True and I cannot find any reason for this issue in any log file I'm aware of.
I've tried to switch off the pdfcredentials as I'd seen this issue but with no success.
Regards
@buttch commented on GitHub (Sep 14, 2017):
Ok I found the reason and it was a weak password for new user but there is no information about that failing validation. Can I find this information in any logs ?
@tonioo commented on GitHub (Sep 14, 2017):
Looks like a bug because an error message should be displayed. I'll look into it.