From 718cdf6c89bd359db4ea2674caa0abc7c8697e10 Mon Sep 17 00:00:00 2001 From: fram3d Date: Fri, 17 Nov 2023 16:58:59 +0100 Subject: [PATCH] fix confrim password registration form to hide password --- build-deb/luser/DEBIAN/control | 2 +- luser/templates/register.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-deb/luser/DEBIAN/control b/build-deb/luser/DEBIAN/control index ed17d02..403e66d 100644 --- a/build-deb/luser/DEBIAN/control +++ b/build-deb/luser/DEBIAN/control @@ -8,4 +8,4 @@ Depends: python3-flask, python3-ldap3, gunicorn Homepage: https://gitea.dmz.rs/fram3d/luser Maintainer: fram3d Description: Web app that allows users to add,remove and change passwords in LDAP system -Version: 1.0.0 +Version: 1.0.2 diff --git a/luser/templates/register.html b/luser/templates/register.html index 7022907..2419c8c 100644 --- a/luser/templates/register.html +++ b/luser/templates/register.html @@ -18,7 +18,7 @@ - +

password must be at least 8 characters long


{{ captchahash }}