We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d22f1f commit 51b24e0Copy full SHA for 51b24e0
web/login/index.php
@@ -45,7 +45,7 @@ function authenticate_user(){
45
if($_POST['user'] == 'root'){
46
unset($_POST['password']);
47
unset($_POST['user']);
48
- $error = "<a class=\"error\">".__('Login with <strong>root</strong> has been disabled')."</a>";
+ $error = "<a class=\"error\">".__('Login with <strong>root</strong> account has been disabled')."</a>";
49
return $error;
50
}
51
0 commit comments