File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ port = "0.0.0.0:8080"
8484appname = "glauth-ui-light"
8585appdesc = "Manage users and groups for glauth ldap server"
8686
87+ # Simplfy amdin ui when no need for otp
88+ maskotp = false
89+
8790# optional default unix fields
8891defaulthomedir = "/home"
8992defaultloginshell = "/bin/false"
@@ -325,6 +328,10 @@ https://github.com/wagslane/go-password-validator
325328
326329## Changelog
327330
331+ v1.4.4:
332+ * Show SSH keys
333+ * Fix Mask OTP
334+
328335v1.4.3:
329336 * Fix issue #4 with on password entropy. Thx to KaptinLin
330337 * Improve UI. Thx to KaptinLin
@@ -362,7 +369,7 @@ v1.0.0:
362369
363370MIT License
364371
365- Copyright (c) 2022 Yves Agostini
372+ Copyright (c) 2023 Yves Agostini
366373
367374368375
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Reset: ""
7070Secret : " "
7171Show QR code : " "
7272Special groups : " "
73+ SSHkeys : " "
7374Submit : " "
7475Surname : " "
7576Tokens : " "
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Reset: ""
7070Secret : " "
7171Show QR code : " "
7272Special groups : " "
73+ SSHkeys : " "
7374Submit : " "
7475Surname : " "
7576Tokens : " "
You can’t perform that action at this time.
0 commit comments