]> andersk Git - sql-web.git/blobdiff - login.php
Don't advertise /do/signup; it doesn't write a my.cnf
[sql-web.git] / login.php
index 48588930438b22573df3ab27423bad0bdf6a2f4a..32a4461b6db6726b133e3e93ec66888d85c2d1d8 100644 (file)
--- a/login.php
+++ b/login.php
@@ -21,7 +21,7 @@ if (isPost() && empty($err)) {
        }
        
        if ($Login->exists() && !$Login->isEnabled()) {
-               $err[] = 'Account not active. <a href="do/signup">Did you signup yet?</a>.';
+               $err[] = 'Account not active.';
        } elseif (!$Login->exists()) {
                $err[] = 'Nonexistant account or invalid password.';
        } elseif (!$Login->canLogin()) {
This page took 0.240636 seconds and 4 git commands to generate.