3 Apr
2017
3 Apr
'17
7:45 a.m.
On Mon, 3 Apr 2017 17:33:15 +1000 Nathan Bailey wrote:
I'm trying to set up resetting passwords with DPAE (Dancer2::Plugin::Auth::Extensible).
When I get a "please follow the link below" email, and click on the link, I'm directed to the standard login page, with "You need to log in to continue" (username/password or password reset).
Do you have user_as_object enabled with the DBIC provider? If so, you are experiencing this bug: https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/pull/73
I would expect to be directed to a page asking me for the token, or asking me for a new password, or ...?
Yes, you should be directed to a page with a "click here to get your password" type button. Andy