From eec5b876a3be5c49dca171cb107395120b0fe888 Mon Sep 17 00:00:00 2001 From: naomi Date: Tue, 9 Feb 2021 18:26:09 +0000 Subject: [PATCH] removed password strength message --- css/opencase.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/opencase.css b/css/opencase.css index 91e5af8..a165884 100644 --- a/css/opencase.css +++ b/css/opencase.css @@ -2,6 +2,11 @@ body { font-size: 100% !important; } +/* remove this confusing thing from user creation page */ +#edit-password-policy-status { + display: none; +} + .form-composite > .fieldset-wrapper > .description, .form-item .description { font-size: 1em !important; }