mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
Remove passwords being logged in plaintext on logins
This commit is contained in:
parent
d6325d8dfc
commit
f6bb87941e
|
|
@ -128,7 +128,7 @@ class LoginSessionActor extends Actor with MDCContextAware {
|
|||
if(token.isDefined)
|
||||
log.info(s"New login UN:$username Token:${token.get}. $clientVersion")
|
||||
else
|
||||
log.info(s"New login UN:$username PW:$password. $clientVersion")
|
||||
log.info(s"New login UN:$username. $clientVersion")
|
||||
|
||||
// This is temporary until a schema has been developed
|
||||
//val loginSucceeded = accountLookup(username, password.getOrElse(token.get))
|
||||
|
|
|
|||
Loading…
Reference in a new issue