-
- Downloads
server/api: fix logging in VerifyPassword
Before:
msg="api: password check failed : %vcrypto/bcrypt: hashedPassword is not the hash of the given password"
After:
msg="api: password check failed : crypto/bcrypt: hashedPassword is not the hash of the given password"
Signed-off-by:
Stephan Renatus <srenatus@chef.io>
Loading
Please register or sign in to comment