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

Pass email address along when resetting password #1032

Merged
merged 1 commit into from
Jan 20, 2017

Conversation

mivok
Copy link
Contributor

@mivok mivok commented Dec 9, 2016

The signature verification code uses the username, email address and
expiry parameters to validate the signature (see
src/oc-id/app/models/signature.rb), but we don't pass it along as a
hidden form parameter. This means that all password reset attempts fail
with a signature doesn't match message. Passing along the email address
as well fixes this.

@mivok mivok force-pushed the mh/id_password_reset branch from 2f800f2 to df5e2d3 Compare December 9, 2016 23:04
The signature verification code uses the username, email address and
expiry parameters to validate the signature (see
src/oc-id/app/models/signature.rb), but we don't pass it along as a
hidden form parameter. This means that all password reset attempts fail
with a signature doesn't match message. Passing along the email address
as well fixes this.

Signed-off-by: Mark Harrison <[email protected]>
@stevendanna stevendanna merged commit a14b707 into master Jan 20, 2017
@stevendanna stevendanna deleted the mh/id_password_reset branch January 20, 2017 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants