Default/Domain/User Settings - List & Edit: Do not mask new input_text_font_password setting.
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user