Allow to choose enabled languages

Fixes #1835

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-12-19 19:50:19 +01:00
parent 9f873d1059
commit 70fc00d7eb
9 changed files with 82 additions and 22 deletions

View File

@@ -67,6 +67,7 @@ type loginPage struct {
OpenIDLoginURL string
Title string
Branding UIBranding
Languages []string
FormDisabled bool
CheckRedirect bool
}
@@ -79,6 +80,7 @@ type twoFactorPage struct {
RecoveryURL string
Title string
Branding UIBranding
Languages []string
CheckRedirect bool
}
@@ -90,6 +92,7 @@ type forgotPwdPage struct {
LoginURL string
Title string
Branding UIBranding
Languages []string
CheckRedirect bool
}
@@ -101,6 +104,7 @@ type resetPwdPage struct {
LoginURL string
Title string
Branding UIBranding
Languages []string
CheckRedirect bool
}