mailinabox/tools
Hnk Reno 6c64723d7c Change read_password() logic to better catch improper passwords
Currently read_password does not verify password length. But further down the chain, passwords are checked to make sure they are longer than four characters.

If during initial setup, the user enters a password that is shorter than four characters, this will not be caught here, but when the script actually calls management/mailconfig.py to add the user, it will fail without a chance to correct the short password.

The setup script will then continue without an inital user being created and this will confuse users.
2015-03-29 18:54:37 +02:00
..
archive_conf_files.sh adding a new script archive_conf_files.sh to dump the contents of all files modified by editconf.py so testing is easier 2014-06-08 17:31:12 -04:00
dns_update add a --force flag to dns_update 2014-08-01 12:05:34 +00:00
editconf.py when modifying php.ini, use ; as the comment char not # because php emits horrid deprecation warnings otherwise 2014-08-15 18:29:05 -04:00
mail.py Change read_password() logic to better catch improper passwords 2015-03-29 18:54:37 +02:00
owncloud-unlockadmin.sh add a warning not to use owncloud-unlockadmin.sh 2014-09-03 11:02:09 -04:00
parse-nginx-log-bootstrap-accesses.py add a tool for me to see how many installations are happening by scanning for accesses to bootstrap.sh 2014-10-21 14:02:19 +00:00
readable_bash.py various improvements in bash comments 2014-10-15 11:46:20 -04:00
web_update add a web_update script to trigger writing nginx config 2014-07-08 00:34:38 +00:00