mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 07:13:31 -07:00
fix webirc password handling
This commit is contained in:
@@ -27,9 +27,7 @@ func (wc *webircConfig) Populate() (err error) {
|
||||
}
|
||||
|
||||
if wc.PasswordString != "" {
|
||||
var password []byte
|
||||
wc.Password, err = decodeLegacyPasswordHash(wc.PasswordString)
|
||||
wc.Password = password
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user