mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
log the unfolded account name during registration
This commit is contained in:
parent
e993672a0f
commit
c639aac241
@ -886,7 +886,7 @@ func (am *AccountManager) Verify(client *Client, account string, code string) er
|
||||
if client != nil {
|
||||
nick = client.Nick()
|
||||
}
|
||||
am.server.logger.Info("accounts", "client", nick, "registered account", casefoldedAccount)
|
||||
am.server.logger.Info("accounts", "client", nick, "registered account", account)
|
||||
raw.Verified = true
|
||||
clientAccount, err := am.deserializeRawAccount(raw, casefoldedAccount)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user