• Hnk Reno's avatar
    Change read_password() logic to better catch improper passwords · 6c64723d
    Hnk Reno authored
    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.
    6c64723d
Name
Last commit
Last update
conf Loading commit data...
management Loading commit data...
setup Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...