mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: Undefined property ChangePasswordPlugin::$oLogger
This commit is contained in:
parent
a36cb17165
commit
0c8c28fe41
3 changed files with 44 additions and 14 deletions
|
|
@ -14,7 +14,6 @@
|
|||
<label class="control-label" data-i18n="SETTINGS_CHANGE_PASSWORD/LABEL_NEW_PASSWORD"></label>
|
||||
<div class="controls">
|
||||
<input style="margin:0" class="new-password" type="password" autocomplete="new-password" autocorrect="off" autocapitalize="off" spellcheck="false"
|
||||
minlength="10"
|
||||
data-bind="textInput: newPassword" />
|
||||
<br/>
|
||||
<meter style="width:210px" class="new-password-meter" min="0" low="35" optimum="85" high="70" max="100" value="0"></meter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue