mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-19 14:49:59 +02:00
improve logging
This commit is contained in:
@@ -208,7 +208,7 @@ public class DefaultAuthenticationHandler implements AuthenticationHandler
|
||||
{
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("user {} logged in successfully", username);
|
||||
logger.debug("user {} successfully prepared for login", username);
|
||||
}
|
||||
|
||||
user.setPassword(null);
|
||||
|
||||
Reference in New Issue
Block a user