From c9ff96af6cf086f49adf0f85ab311b2d9715e758 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Sun, 27 Oct 2013 13:36:20 +0100 Subject: [PATCH] added small notice about password manager --- views/static/front.jade | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/views/static/front.jade b/views/static/front.jade index cc3eaffc6f..fa44be8f4e 100644 --- a/views/static/front.jade +++ b/views/static/front.jade @@ -44,13 +44,16 @@ block content input(type='text', ng-model='loginUsername', placeholder='Username') .control-group input(type='password', ng-model='loginPassword', placeholder='Password') - //-.control-group - label.checkbox - input(type='checkbox', ng-click='useUUID = !useUUID') - | Use UUID / API Token (For Facebook Users) + //-.control-group + label.checkbox + input(type='checkbox', ng-click='useUUID = !useUUID') + | Use UUID / API Token (For Facebook Users) .control-group input.btn.btn-primary(type='submit', value='Login') + small In case you are using a password manager (like 1Password) + | and have problems logging in, try typing username and password manually. + // good god accordions have html ceremony #forgot-password-accordion.accordion .accordion-group