diff --git a/server_replication.php b/server_replication.php index 5fbd4300eb..9e07e194d4 100644 --- a/server_replication.php +++ b/server_replication.php @@ -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...