diff --git a/components/lib/password/Password.js b/components/lib/password/Password.js
index 86885694fb..2760a45137 100644
--- a/components/lib/password/Password.js
+++ b/components/lib/password/Password.js
@@ -249,7 +249,6 @@ export const Password = React.memo(
content = ObjectUtils.getJSXElement(props.icon, defaultIconOptions);
}
-
return content;
}
@@ -268,7 +267,7 @@ export const Password = React.memo(
- {infoTextState}
+ {infoTextState}
>
);
diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css
index 0371cb329f..aa5ad48dab 100644
--- a/public/themes/arya-blue/theme.css
+++ b/public/themes/arya-blue/theme.css
@@ -1438,7 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css
index a89ac0d16a..00afbc73e2 100644
--- a/public/themes/arya-green/theme.css
+++ b/public/themes/arya-green/theme.css
@@ -1439,6 +1439,16 @@
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
+
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css
index 3d66c9d65e..00a450b04d 100644
--- a/public/themes/arya-orange/theme.css
+++ b/public/themes/arya-orange/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css
index cf797955f6..f6cedabfef 100644
--- a/public/themes/arya-purple/theme.css
+++ b/public/themes/arya-purple/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css
index b988ea081e..2931f66325 100644
--- a/public/themes/bootstrap4-dark-blue/theme.css
+++ b/public/themes/bootstrap4-dark-blue/theme.css
@@ -1442,6 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #9fdaa8;
}
+.p-password-panel .p-password-info.weak {
+ color: #f19ea6;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffe082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #9fdaa8;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css
index 58861456ff..79e3ace27a 100644
--- a/public/themes/bootstrap4-dark-purple/theme.css
+++ b/public/themes/bootstrap4-dark-purple/theme.css
@@ -1442,6 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #9fdaa8;
}
+.p-password-panel .p-password-info.weak {
+ color: #f19ea6;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffe082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #9fdaa8;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css
index 87d0e39cac..7e03fc8e63 100644
--- a/public/themes/bootstrap4-light-blue/theme.css
+++ b/public/themes/bootstrap4-light-blue/theme.css
@@ -1442,6 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #28a745;
}
+.p-password-panel .p-password-info.weak {
+ color: #dc3545;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffc107;
+}
+.p-password-panel .p-password-info.strong {
+ color: #28a745;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css
index 3c84406ea7..b7f8d2d921 100644
--- a/public/themes/bootstrap4-light-purple/theme.css
+++ b/public/themes/bootstrap4-light-purple/theme.css
@@ -1442,6 +1442,16 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #28a745;
}
+.p-password-panel .p-password-info.weak {
+ color: #dc3545;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffc107;
+}
+.p-password-panel .p-password-info.strong {
+ color: #28a745;
+}
+
.p-radiobutton {
width: 20px;
diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css
index 3244e0c256..b91abc0cdb 100644
--- a/public/themes/fluent-light/theme.css
+++ b/public/themes/fluent-light/theme.css
@@ -1438,6 +1438,16 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #498205;
}
+.p-password-panel .p-password-info.weak {
+ color: #d13438;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffaa44;
+}
+.p-password-panel .p-password-info.strong {
+ color: #498205;
+}
+
.p-radiobutton {
width: 20px;
diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css
index 8270baafc9..0badd7ec36 100644
--- a/public/themes/lara-dark-blue/theme.css
+++ b/public/themes/lara-dark-blue/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #93deac;
}
+.p-password-panel .p-password-info.weak {
+ color: #eb9a9c;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffcf91;
+}
+.p-password-panel .p-password-info.strong {
+ color: #93deac;
+}
.p-radiobutton {
width: 22px;
diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css
index e328f99dc7..8fa02e8f92 100644
--- a/public/themes/lara-dark-indigo/theme.css
+++ b/public/themes/lara-dark-indigo/theme.css
@@ -1438,6 +1438,16 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #93deac;
}
+.p-password-panel .p-password-info.weak {
+ color: #eb9a9c;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffcf91;
+}
+.p-password-panel .p-password-info.strong {
+ color: #93deac;
+}
+
.p-radiobutton {
width: 22px;
diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css
index 3306bcda1f..2d955b9591 100644
--- a/public/themes/lara-dark-purple/theme.css
+++ b/public/themes/lara-dark-purple/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #93deac;
}
+.p-password-panel .p-password-info.weak {
+ color: #eb9a9c;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffcf91;
+}
+.p-password-panel .p-password-info.strong {
+ color: #93deac;
+}
.p-radiobutton {
width: 22px;
diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css
index 1850531307..cc96ffeeb2 100644
--- a/public/themes/lara-dark-teal/theme.css
+++ b/public/themes/lara-dark-teal/theme.css
@@ -1438,6 +1438,16 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #93deac;
}
+.p-password-panel .p-password-info.weak {
+ color: #eb9a9c;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffcf91;
+}
+.p-password-panel .p-password-info.strong {
+ color: #93deac;
+}
+
.p-radiobutton {
width: 22px;
diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css
index b94ba52441..b257e79b4c 100644
--- a/public/themes/lara-light-blue/theme.css
+++ b/public/themes/lara-light-blue/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #29c76f;
}
+.p-password-panel .p-password-info.weak {
+ color: #ea5455;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ff9f42;
+}
+.p-password-panel .p-password-info.strong {
+ color: #29c76f;
+}
.p-radiobutton {
width: 22px;
diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css
index cf0410e952..de1a1ded8c 100644
--- a/public/themes/lara-light-indigo/theme.css
+++ b/public/themes/lara-light-indigo/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #29c76f;
}
+.p-password-panel .p-password-info.weak {
+ color: #ea5455;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ff9f42;
+}
+.p-password-panel .p-password-info.strong {
+ color: #29c76f;
+}
.p-radiobutton {
width: 22px;
diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css
index c799df577f..3f37663e37 100644
--- a/public/themes/lara-light-purple/theme.css
+++ b/public/themes/lara-light-purple/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #29c76f;
}
+.p-password-panel .p-password-info.weak {
+ color: #ea5455;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ff9f42;
+}
+.p-password-panel .p-password-info.strong {
+ color: #29c76f;
+}
.p-radiobutton {
width: 22px;
diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css
index 4485f5cec9..1e27c72782 100644
--- a/public/themes/lara-light-teal/theme.css
+++ b/public/themes/lara-light-teal/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #29c76f;
}
+.p-password-panel .p-password-info.weak {
+ color: #ea5455;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ff9f42;
+}
+.p-password-panel .p-password-info.strong {
+ color: #29c76f;
+}
.p-radiobutton {
width: 22px;
diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css
index 0b8c6d5d22..06769a73a3 100644
--- a/public/themes/luna-amber/theme.css
+++ b/public/themes/luna-amber/theme.css
@@ -1442,7 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #AED581;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #E57373;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFB74D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #AED581;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css
index ef9fd057a9..8d2de0f3a9 100644
--- a/public/themes/luna-blue/theme.css
+++ b/public/themes/luna-blue/theme.css
@@ -1442,6 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #AED581;
}
+.p-password-panel .p-password-info.weak {
+ color: #E57373;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFB74D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #AED581;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css
index 229161f66d..adc426f643 100644
--- a/public/themes/luna-green/theme.css
+++ b/public/themes/luna-green/theme.css
@@ -1442,7 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #AED581;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #E57373;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFB74D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #AED581;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css
index 4185bad55b..b83e7eb44b 100644
--- a/public/themes/luna-pink/theme.css
+++ b/public/themes/luna-pink/theme.css
@@ -1442,6 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #AED581;
}
+.p-password-panel .p-password-info.weak {
+ color: #E57373;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFB74D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #AED581;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css
index 0624dfedc2..73bcdfe7ce 100644
--- a/public/themes/md-dark-deeppurple/theme.css
+++ b/public/themes/md-dark-deeppurple/theme.css
@@ -1462,6 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #EF9A9A;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFF59D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css
index 37b5437b7a..009efd0fdd 100644
--- a/public/themes/md-dark-indigo/theme.css
+++ b/public/themes/md-dark-indigo/theme.css
@@ -1462,7 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #EF9A9A;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFF59D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css
index a50e2ad6b2..773a63a8ee 100644
--- a/public/themes/md-light-deeppurple/theme.css
+++ b/public/themes/md-light-deeppurple/theme.css
@@ -1462,7 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css
index fe448101ae..0201c9a8e1 100644
--- a/public/themes/md-light-indigo/theme.css
+++ b/public/themes/md-light-indigo/theme.css
@@ -1462,7 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css
index bc5b9db7ce..ce45f02c17 100644
--- a/public/themes/mdc-dark-deeppurple/theme.css
+++ b/public/themes/mdc-dark-deeppurple/theme.css
@@ -1462,7 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #EF9A9A;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFF59D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css
index f337d47817..3004d55345 100644
--- a/public/themes/mdc-dark-indigo/theme.css
+++ b/public/themes/mdc-dark-indigo/theme.css
@@ -1462,6 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #EF9A9A;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFF59D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css
index 7af97b1df9..c583ae0700 100644
--- a/public/themes/mdc-light-deeppurple/theme.css
+++ b/public/themes/mdc-light-deeppurple/theme.css
@@ -1462,7 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css
index 4c5712592c..820fd3c9dc 100644
--- a/public/themes/mdc-light-indigo/theme.css
+++ b/public/themes/mdc-light-indigo/theme.css
@@ -1462,6 +1462,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css
index de4ed36118..4428d05f66 100644
--- a/public/themes/nova-accent/theme.css
+++ b/public/themes/nova-accent/theme.css
@@ -1438,7 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #34A835;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #e91224;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffba01;
+}
+.p-password-panel .p-password-info.strong {
+ color: #34A835;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css
index 89f58c0cc8..8aa9c56b58 100644
--- a/public/themes/nova-alt/theme.css
+++ b/public/themes/nova-alt/theme.css
@@ -1442,6 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #34A835;
}
+.p-password-panel .p-password-info.weak {
+ color: #e91224;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffba01;
+}
+.p-password-panel .p-password-info.strong {
+ color: #34A835;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css
index 7eeec27e54..11ee5de441 100644
--- a/public/themes/nova/theme.css
+++ b/public/themes/nova/theme.css
@@ -1442,6 +1442,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #34A835;
}
+.p-password-panel .p-password-info.weak {
+ color: #e91224;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffba01;
+}
+.p-password-panel .p-password-info.strong {
+ color: #34A835;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css
index 80f4522b59..b6a082a0d2 100644
--- a/public/themes/rhea/theme.css
+++ b/public/themes/rhea/theme.css
@@ -1438,7 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #A3E2C6;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #F4B6B6;
+}
+.p-password-panel .p-password-info.medium {
+ color: #ffe38e;
+}
+.p-password-panel .p-password-info.strong {
+ color: #A3E2C6;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css
index ed54534ad9..e9a4e0c31a 100644
--- a/public/themes/saga-blue/theme.css
+++ b/public/themes/saga-blue/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css
index ee6bccbaf3..eae09413ce 100644
--- a/public/themes/saga-green/theme.css
+++ b/public/themes/saga-green/theme.css
@@ -1438,7 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css
index ca4c101a4c..99e218cd01 100644
--- a/public/themes/saga-orange/theme.css
+++ b/public/themes/saga-orange/theme.css
@@ -1438,7 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css
index 3ab7b0eda8..e47f767ef3 100644
--- a/public/themes/saga-purple/theme.css
+++ b/public/themes/saga-purple/theme.css
@@ -1438,7 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #689F38;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #D32F2F;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FBC02D;
+}
+.p-password-panel .p-password-info.strong {
+ color: #689F38;
+}
.p-radiobutton {
width: 20px;
height: 20px;
diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css
index 50fb9d4209..90e920678e 100644
--- a/public/themes/tailwind-light/theme.css
+++ b/public/themes/tailwind-light/theme.css
@@ -1473,6 +1473,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #22C55E;
}
+.p-password-panel .p-password-info.weak {
+ color: #EF4444;
+}
+.p-password-panel .p-password-info.medium {
+ color: #F59E0B;
+}
+.p-password-panel .p-password-info.strong {
+ color: #22C55E;
+}
.p-radiobutton {
width: 16px;
diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css
index 31e4e1bcf3..7be4279b5e 100644
--- a/public/themes/vela-blue/theme.css
+++ b/public/themes/vela-blue/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css
index 9798faf994..c0050e03f8 100644
--- a/public/themes/vela-green/theme.css
+++ b/public/themes/vela-green/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css
index 039710db14..75a895e075 100644
--- a/public/themes/vela-orange/theme.css
+++ b/public/themes/vela-orange/theme.css
@@ -1438,6 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css
index 396150b31c..9ae16a748e 100644
--- a/public/themes/vela-purple/theme.css
+++ b/public/themes/vela-purple/theme.css
@@ -1438,7 +1438,15 @@
.p-password-panel .p-password-meter .p-password-strength.strong {
background: #C5E1A5;
}
-
+.p-password-panel .p-password-info.weak {
+ color: #F48FB1;
+}
+.p-password-panel .p-password-info.medium {
+ color: #FFE082;
+}
+.p-password-panel .p-password-info.strong {
+ color: #C5E1A5;
+}
.p-radiobutton {
width: 20px;
height: 20px;