There was an error while loading. Please reload this page.
2 parents b622bb0 + f1a8d81 commit f16a5b8Copy full SHA for f16a5b8
1 file changed
cps/templates/login.html
@@ -12,6 +12,11 @@ <h2 style="margin-top: 0">{{_('Login')}}</h2>
12
<div class="form-group">
13
<label for="password">{{_('Password')}}</label>
14
<input type="password" class="form-control" id="password" name="password" placeholder="{{_('Password')}}" value="{{ password }}">
15
+ <div class="checkbox">
16
+ <label>
17
+ <input type="checkbox" onclick="password.type = this.checked ? 'text' : 'password'"> {{_('Show password')}}
18
+ </label>
19
+ </div>
20
</div>
21
<div class="checkbox">
22
<label>
0 commit comments