Default/Domain/User Settings - List & Edit: Do not mask new input_text_font_password setting.

This commit is contained in:
fusionate
2025-03-18 18:04:49 -06:00
parent 42c96239c8
commit a482326930
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -320,7 +320,7 @@
) {
echo " ".$text['label-'.escape($row['user_setting_value'])];
}
else if ($subcategory == 'password' || substr_count($subcategory, '_password') > 0 || substr_count($subcategory, '_key') || substr_count($subcategory, '_secret') > 0) {
else if ($subcategory == 'password' || (substr_count($subcategory, '_password') > 0 && $subcategory != 'input_text_font_password') || substr_count($subcategory, '_key') || substr_count($subcategory, '_secret') > 0) {
echo " ".str_repeat('*', strlen(escape($row['user_setting_value'])));
}
else if ($category == 'theme' && $subcategory == 'button_icons' && $name == 'text') {