From c5a9c71a1fbade72f35b5d39c5f71380436e96ce Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 11 Jan 2019 14:13:50 +0100 Subject: password hash option retro compatible --- app/view/templates/user.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'app/view/templates') diff --git a/app/view/templates/user.php b/app/view/templates/user.php index 957f17f..2034d30 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -20,7 +20,7 @@ - + @@ -31,6 +31,12 @@ + + + + +
idpasswordlevelactionidpasswordhashlevelaction
+ + + - + + + passwordhashed() ? '🔑' : '' ?> -- cgit v1.2.3