diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-06-01 07:04:27 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-06-01 07:04:27 -0400 |
| commit | 3e70efa61d1567735b16183c01eaad4aa75fe9b5 (patch) | |
| tree | 3375feed360bb3d14d72befed9db6227d398e7e0 /www/templates | |
| parent | e813ca52c3f5faf59c2979c038d7b946db0d4ef5 (diff) | |
#264 - special characters in passwords should now work
Former-commit-id: c11ef8618a0edfefd56b391838fd568e8caa988c
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/wizard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/wizard.html b/www/templates/wizard.html index dab46d02..5c222f76 100644 --- a/www/templates/wizard.html +++ b/www/templates/wizard.html @@ -54,7 +54,7 @@ <label class="item item-text-wrap item-input item-floating-label" > <span class="input-label">{{'kPassword' | translate}}</span> <input type="password" ng-model="wizard.zmpassword" placeholder="zm auth password" > - <p >{{'kWizPasswdNote' | translate}}</p> + <!--<p >{{'kWizPasswdNote' | translate}}</p>--> </label> </div> @@ -66,7 +66,7 @@ <label class="item item-input item-text-wrap item-floating-label" ng-show="wizard.usebasicauth"> <span class="input-label">{{'kPassword' | translate}}</span> <input type="password" ng-model="wizard.basicpassword" placeholder="basic auth password" > - <p >{{'kWizPasswdNote' | translate}}</p> + <p>{{'kWizPasswdNote' | translate}}</p> </label> |
