Merge pull request #13257 from udan11/fix_13256

zxcvbn dependency was missing.
This commit is contained in:
Michal Čihař 2017-05-09 11:39:24 +02:00 committed by GitHub
commit cb717611e9

View File

@ -24,6 +24,7 @@ $header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('server_privileges.js');
$scripts->addFile('replication.js');
$scripts->addFile('zxcvbn.js');
/**
* Checks if the user is allowed to do what he tries to...