Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass email address along when resetting password
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.
- Loading branch information