<div dir="ltr">I'm trying to set up resetting passwords with DPAE (Dancer2::Plugin::Auth::Extensible).<div><br></div><div>When I get a "<span style="font-size:12.8px">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).</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I would expect to be directed to a page asking me for the token, or asking me for a new password, or ...?<br></span><div><br></div><div>thanks,</div><div>Nathan</div><div><br></div><div>PS: My config is below:</div><div><br></div><div><font face="monospace, monospace">    Auth::Extensible:<br></font></div><div><div><span style="font-family:monospace,monospace">        # After /logout: If no return_url is given: land here (no default)</span><br></div><div><font face="monospace, monospace">        exit_page: '/'</font></div><div><font face="monospace, monospace">        # Mailer options for reset password and welcome emails</font></div><div><font face="monospace, monospace">        mailer:</font></div><div><font face="monospace, monospace">            module: Mail::Message # Email module to use</font></div><div><font face="monospace, monospace">            options:              # Options for module</font></div><div><font face="monospace, monospace">                via: sendmail     # Options passed to $msg->send</font></div><div><font face="monospace, monospace">        mail_from: 'example <<a href="mailto:me@example.com">me@example.com</a>>' # From email address</font></div><div><font face="monospace, monospace">        # Set to true to enable password reset code in the default handlers</font></div><div><font face="monospace, monospace">        reset_password_handler: 1</font></div><div><font face="monospace, monospace">        #password_generator: eAlpaca::User::random_pw # Optional random password generator</font></div><div><font face="monospace, monospace">        # Set to a true value to enable recording of successful last login times</font></div><div><font face="monospace, monospace">        record_lastlogin: 1</font></div><div><font face="monospace, monospace">        realms:</font></div><div><font face="monospace, monospace">            users:</font></div><div><font face="monospace, monospace">                provider: 'Database'</font></div><div><font face="monospace, monospace">                users_table: 'my_user_table'</font></div><div><font face="monospace, monospace">                roles_table: 'user_roles'</font></div><div><font face="monospace, monospace">                user_roles_table: 'my_user_roles_table'</font></div><div><font face="monospace, monospace">                # roles_id_column: 'id'</font></div><div><font face="monospace, monospace">                # roles_role_column: 'role'</font></div><div><font face="monospace, monospace">                user_roles_user_id_column: 'my_id'</font></div><div><font face="monospace, monospace">                # user_roles_role_id_column: 'roles_id'</font></div></div><div><br></div></div></div>