diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 09:23:26 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 09:23:26 -0400 |
| commit | c667a1dd0f0f881e6a4c022e31ee75cbe12ef876 (patch) | |
| tree | 46945f0a7e6a5cf0eaa5fbcf644601e08411b2e5 /www/templates | |
| parent | 18e41df85b9b4c6d3ac88e66e57e235e7a322e83 (diff) | |
warn user for basic auth
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/login.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 36f216b4..472075cf 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -42,6 +42,9 @@ </label> </div> </div> + + <p ng-if="basicAuthUsed" style="font-size:0.8em; color:#e84118">{{'kWarningBasicAuth' | translate}}</p> + <label class="item item-input item-floating-label"> <span class="input-label">{{'kPortalUrl' | translate}}</span> <input hidepassword autocapitalize="none" autocomplete="off" autocorrect="off" type="text" placeholder="{{'kPortalUrlExample' | translate}}" ng-model="loginData.url" ng-keyup="portalKeypress($event)"> |
