1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-12-01 08:24:15 +03:00

Fixed rest of UserInterface classes and improved multichoice

This commit is contained in:
Adolfo Gómez García
2023-09-01 03:42:13 +02:00
parent f24b801f04
commit 33c263d6a8
38 changed files with 446 additions and 337 deletions

View File

@@ -93,7 +93,7 @@ class RegexLdap(auths.Authenticator):
tab=types.ui.Tab.CREDENTIALS,
)
password = gui.PasswordField(
lenth=32,
length=32,
label=_('Password'),
order=5,
tooltip=_('Password of the ldap user'),