Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server/api: fix logging in VerifyPassword #1502

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

srenatus
Copy link
Contributor

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"

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 <[email protected]>
@srenatus srenatus self-assigned this Jul 30, 2019
@srenatus srenatus mentioned this pull request Jul 30, 2019
@srenatus srenatus merged commit 7c1b4b3 into master Jul 30, 2019
@srenatus srenatus deleted the sr/fix-log-formatting-in-VerifyPassword-grpc branch July 30, 2019 13:06
mmrath pushed a commit to mmrath/dex that referenced this pull request Sep 2, 2019
…erifyPassword-grpc

server/api: fix logging in VerifyPassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants