[pmg-devel] [PATCH pmg-api/pmg-gui] align password length requirements with current recommendations
Stoiko Ivanov
s.ivanov at proxmox.com
Wed Feb 26 13:30:02 CET 2025
the patchset unifies the length requirments for passwords (minimum 8)
one place where it's still not displayed as error is the change password
window, as this comes from proxmox-widget-toolkit and I'm not sure if
we have the requirements in the backend everywhere it is used.
minimally tested in my setup.
pmg-api:
Stoiko Ivanov (1):
user config: password: unify length constraints and set minlength to 8
src/PMG/API2/AccessControl.pm | 2 +-
src/PMG/UserConfig.pm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
pmg-gui:
Stoiko Ivanov (1):
user: create: set password minLength to 8
js/UserEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.39.5
More information about the pmg-devel
mailing list