1 (edited by Peter 2015-07-01 18:29:07)

Topic: Password restrictions

======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): SQL
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

I want to get rid of password restrictions:

vi /opt/iredapd/settings.py

PASSWORD_HAS_LETTER = False
PASSWORD_HAS_UPPERCASE = False
PASSWORD_HAS_NUMBER = False
PASSWORD_HAS_SPECIAL_CHAR = False

service iredapd restart

But doesn't work, still applies all restrictions.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Password restrictions

/opt/iredapd is iRedAPD, not iRedAdmin-Pro. Please find iRedAdmin-Pro config file on your server with below tutorial:
http://www.iredmail.org/docs/file.locations.html

3

Re: Password restrictions

I see, wrong configuration file! Thanks for your help it works now you can close this topic.