mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01: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