]> git.p6c8.net - jirafeau_mojo42.git/commit
[BUGFIX] Empty admin password should not generate hash
authorJerome Jutteau <j.jutteau@gmail.com>
Fri, 21 Apr 2017 16:43:26 +0000 (16:43 +0000)
committerJerome Jutteau <j.jutteau@gmail.com>
Fri, 21 Apr 2017 16:43:26 +0000 (16:43 +0000)
commite2d6cda643fb68b8f831ee7e4337d5e198cc83dd
tree7cb56f3077c98ca6dc893638923d23a9104ba211
parent7efbeeb8655697f15071f6edfb99edaa72868c74
[BUGFIX] Empty admin password should not generate hash

During installation, a empty admin password should put an empty
password in configuration so admin interface is disabled.
Before this fix, a empty password would be a valid password
without disabling the admin interface.

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
install.php

patrick-canterino.de