diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/wizard.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/wizard.html b/www/templates/wizard.html index 8793361f..fcab8612 100644 --- a/www/templates/wizard.html +++ b/www/templates/wizard.html @@ -16,7 +16,7 @@ <h4>What is your Zoneminder portal url?</h4> <label class="item item-input"> - <input type="text" placeholder="typically http://server/zm" ng-model="wizard.portalurl"> + <input autocapitalize="none" autocomplete="off" type="text" placeholder="typically http://server/zm" ng-model="wizard.portalurl"> </label> <a class="button icon-left ion-information-circled button-clear button-dark" ng-click="toggleTip()">{{wizard.tiptext}}</a> @@ -44,7 +44,7 @@ <ion-toggle ng-show="wizard.useauth" ng-model="wizard.usezmauth" toggle-class="toggle-calm">I use ZM authentication</ion-toggle> <label class="item item-input item-floating-label" ng-show="wizard.usezmauth"> <span class="input-label">user name</span> - <input type="text" ng-model="wizard.zmuser" placeholder="zm auth username" > + <input autocapitalize="none" autocomplete="off" type="text" ng-model="wizard.zmuser" placeholder="zm auth username" > </label> <label class="item item-input item-floating-label" ng-show="wizard.usezmauth"> <span class="input-label">password</span> @@ -55,7 +55,7 @@ <ion-toggle ng-show="wizard.useauth" ng-model="wizard.usebasicauth" toggle-class="toggle-calm">I use Basic authentication</ion-toggle> <label class="item item-input item-floating-label" ng-show="wizard.usebasicauth"> <span class="input-label">user name</span> - <input type="text" ng-model="wizard.basicuser" placeholder="basic auth username" > + <input autocapitalize="none" autocomplete="off" type="text" ng-model="wizard.basicuser" placeholder="basic auth username" > </label> <label class="item item-input item-floating-label" ng-show="wizard.usebasicauth"> <span class="input-label">password</span> |
