mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #158] config defaults.mailbox.min_password_length not working #124
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#124
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 @cweilguny on GitHub (Nov 2, 2015).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/158
I tried to change the configuration "defaults.mailbox.min_password_length" in application/configs/application.ini. It has no effect. Doesn't matter if you change it to less or more than 8, it always validates to 8 characters (server side validation) when creating new mailboxes or changing the password of existing mailboxes.
@Acetylator commented on GitHub (Nov 21, 2015):
Confirmed in version 3.0.12 (Debian Jessie). defaults.mailbox.min_password_length does NOT work.
@cweilguny commented on GitHub (Nov 21, 2015):
Forgot to mention my configuration: Version 3.0.12 on Debian Jessie too.