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

Implementing password resets #75

Open
nateau opened this issue Apr 3, 2017 · 0 comments
Open

Implementing password resets #75

nateau opened this issue Apr 3, 2017 · 0 comments

Comments

@nateau
Copy link
Contributor

nateau commented Apr 3, 2017

Hi team,
I have (what I think is) a working DPAE setup - it worked with simple passwords and I am now trying to get it to work with DB passwords. When using password reset,
"Password reset
Enter your username to obtain an email to reset your password

Username: ... [Submit]" and clicking 'Submit', I get "A password reset request has been sent. Please check your email."

However, there is no email and I get
"DBD::mysql::db do failed: Unknown column 'pw_reset_code' in 'field list' at /Library/Perl/5.18/Dancer/Plugin/Database/Core/Handle.pm line 310." (to STDERR)
and no further information in Dancer2 logfile or STDERR.

Are there more diagnostics I should be seeing or ...?
I can see pw_reset_code mentioned in the PM but I'm not sure how it translates to a select query in Dancer2::Plugin::Auth::Extensible::Provider::Database (which is how I assume the above error is arising)

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

No branches or pull requests

1 participant