X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Floginout%2Flogin.html;h=1785ea796b9865c76c0ce82689d194a33e97164c;hb=26ddb940ad27ce8ac5e87084eeed857a390987bc;hp=b787a3eeaa8246f7da40a0aa8c950a8aacc63bfa;hpb=73cc2b38c2743fd4d6f2bd0353f35ebd781f1566;p=freeside.git diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index b787a3eea..1785ea796 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -1,5 +1,5 @@ <& /elements/header-minimal.html, 'Login' &> - +
@@ -27,6 +27,10 @@ Password: + + One-time code: + +
@@ -42,7 +46,7 @@ my %error = ( 'no_cookie' => '', #First login, don't display an error 'bad_cookie' => 'Bad Cookie', #timed out? - 'bad_credentials' => 'Incorrect username / password', + 'bad_credentials' => 'Incorrect username / password / one-time code', #'logout' => 'You have been logged out.', );