[Web] Generate readable passwords

This commit is contained in:
andryyy
2019-06-20 10:18:09 +02:00
parent 39f95b8284
commit f35bc07a30
3 changed files with 761 additions and 1 deletions

View File

@@ -357,6 +357,7 @@ echo "var ALLOW_ADMIN_EMAIL_LOGIN = " . $ALLOW_ADMIN_EMAIL_LOGIN . ";\n";
</script>
<?php
$js_minifier->add('/web/js/site/mailbox.js');
$js_minifier->add('/web/js/site/pwgen.js');
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
}
else {