This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
bug: Password reset not working #40
Comments
Thanks for reporting. I will give it a look in the next days. |
vikin91
added a commit
that referenced
this issue
May 1, 2019
vikin91
added a commit
that referenced
this issue
May 1, 2019
vikin91
added a commit
that referenced
this issue
May 1, 2019
This issue should be now fixed for versions Versions I would recommend you to do the migration to |
vikin91
added a commit
that referenced
this issue
May 1, 2019
vikin91
added a commit
that referenced
this issue
May 24, 2019
* Move from layered repo to a single layer. Add FlatRespository and its Facade * Refactor: Run tidyall -a * Fix builds on Travis by updating Text::BibTeX (#37) * Enable verbose installation * Remove traces of `Dist::Zilla` support * Use Text::BibTeX version 0.88 * Remove has 'dateTimeFormat' from BibSpaceDTO * Name routes for Teams. Remove Arch generator * Remove non-existing route for teams. Change URL for /unrelated_papers * Fix Dockerhub builds (#39) * Add wait-for script * Fix: Store hashed password after password reset. Fixes #40 * Fix bug for deleting teams. Add tests for uncovered code. Update changelog * Remove unused code. Refactor + add tests for a disabled registration * Fix attachment_url test * Replace eval LocalBibStyle.pm in _function_arith
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
the password resets are not working properly (version 0.5.2). After a password reset, the user object variable
pass
has the new plaintext password, yetcheck_password
in Function/Core.pm assumes an encrypted and salted password inpass
.As far as I can see, this is due to line 324 in Controller/Login.pm setting the variable to the plaintext password instead of the encrypted and salted password generated in line 323.
The text was updated successfully, but these errors were encountered: