mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
also mask openid secrets
This commit is contained in:
parent
7f18d059dd
commit
5cf5ed74a8
@ -432,7 +432,7 @@ abstract class admin_cmd
|
|||||||
{
|
{
|
||||||
$value = self::mask_passwords($value, false);
|
$value = self::mask_passwords($value, false);
|
||||||
}
|
}
|
||||||
elseif (preg_match('/(pw|passwd_?\d*|(?<!change)password|db_pass)$/i', $key))
|
elseif (preg_match('/(pw|passwd_?\d*|(?<!change)password|db_pass|secret)$/i', $key))
|
||||||
{
|
{
|
||||||
$value = str_repeat('*', strlen($value));
|
$value = str_repeat('*', strlen($value));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user