mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Locked password alert shows up correctly
This commit is contained in:
@@ -92,14 +92,17 @@
|
||||
<span class="right-span">Remove</span>
|
||||
</label></div></li>
|
||||
|
||||
<li><span class="switch-text">
|
||||
<li class="user-password-li hide"><span class="switch-text">
|
||||
User password
|
||||
</span>
|
||||
<div class="switch"><label>
|
||||
<span class="left-span">No</span>
|
||||
<input name="password_protected" type="checkbox" class="conf password_protected" /><span class="lever"></span>
|
||||
<input name="userpass" type="checkbox" class="conf password_protected" /><span class="lever"></span>
|
||||
<span class="right-span">Yes</span>
|
||||
</label></div></li>
|
||||
<li class="change_user_pass hide">
|
||||
<a href="#!" class="change_user_pass_btn btn waves-effect">Change password</a>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user