forked from wallabag/wallabag
Fix reviews
Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
committed by
Jeremy Benoist
parent
906424c1b6
commit
bead8b42da
@ -87,7 +87,8 @@ class GrabySiteConfigBuilder implements SiteConfigBuilder
|
||||
|
||||
$config = new SiteConfig($parameters);
|
||||
|
||||
// do not leak password in log
|
||||
// do not leak usernames and passwords in log
|
||||
$parameters['username'] = '**masked**';
|
||||
$parameters['password'] = '**masked**';
|
||||
|
||||
$this->logger->debug('Auth: add parameters.', ['host' => $host, 'parameters' => $parameters]);
|
||||
|
||||
Reference in New Issue
Block a user