Skip to content

Commit 6384dba

Browse files
committed
update year, tr for 1.4.4
1 parent d402291 commit 6384dba

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ port = "0.0.0.0:8080"
8484
appname = "glauth-ui-light"
8585
appdesc = "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
8891
defaulthomedir = "/home"
8992
defaultloginshell = "/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+
328335
v1.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

363370
MIT License
364371

365-
Copyright (c) 2022 Yves Agostini
372+
Copyright (c) 2023 Yves Agostini
366373

367374
368375

locales/aaaa/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Reset: ""
7070
Secret: ""
7171
Show QR code: ""
7272
Special groups: ""
73+
SSHkeys: ""
7374
Submit: ""
7475
Surname: ""
7576
Tokens: ""

locales/tr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Reset: ""
7070
Secret: ""
7171
Show QR code: ""
7272
Special groups: ""
73+
SSHkeys: ""
7374
Submit: ""
7475
Surname: ""
7576
Tokens: ""

0 commit comments

Comments
 (0)