summaryrefslogtreecommitdiffstats
path: root/modules-available/session/templates/change-password.html
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-05 15:06:48 +0100
committerSimon Rettberg2023-01-05 15:06:48 +0100
commit2b40b23f14f2e23b8bb1a2b09f188d9eceea2d27 (patch)
treedb7d6748a70ea559da9a6d6f44df781ecb971f69 /modules-available/session/templates/change-password.html
parent[main] Remove "Change Password" in menu; make username a link instead (diff)
downloadslx-admin-2b40b23f14f2e23b8bb1a2b09f188d9eceea2d27.tar.gz
slx-admin-2b40b23f14f2e23b8bb1a2b09f188d9eceea2d27.tar.xz
slx-admin-2b40b23f14f2e23b8bb1a2b09f188d9eceea2d27.zip
[session] Add checkbox to log out all other sessions on pw change
Diffstat (limited to 'modules-available/session/templates/change-password.html')
-rw-r--r--modules-available/session/templates/change-password.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/session/templates/change-password.html b/modules-available/session/templates/change-password.html
index fa8e573f..fa61fd77 100644
--- a/modules-available/session/templates/change-password.html
+++ b/modules-available/session/templates/change-password.html
@@ -5,6 +5,10 @@
<input type="password" name="newpass1" class="form-control" placeholder="{{lang_newPassword}}">
<input type="password" name="newpass2" class="form-control" placeholder="{{lang_repeatPassword}}">
</div>
+ <div class="checkbox">
+ <input type="checkbox" id="kill-other-sessions" name="kill-other-sessions" value="1">
+ <label for="kill-other-sessions">{{lang_killOtherSessions}}</label>
+ </div>
<button class="btn btn-lg btn-primary btn-block" type="submit">{{lang_changePassword}}</button>
<input type="hidden" name="action" value="changepw">
<input type="hidden" name="token" value="{{token}}">