On 4 April 2017 at 17:18, Nathan Bailey <web@polynate.net> wrote:
However, when I try to log in with my reset password, I'm stuck in a loop at https://metacpan.org/source/HORNBURG/Dancer2-Plugin-Auth-Extensible-0.703/lib/Dancer2/Plugin/Auth/Extensible.pm#L266; my home page doesn't seem to want to load.

I have a 'get' route for '/' but perhaps something is missing somewhere
logged_in_user at /Library/Perl/5.18/Dancer2/Plugin/Auth/Extensible.pm line 593.
get_user_details at /Library/Perl/5.18/Dancer2/Plugin/Auth/Extensible.pm line 571.
plugin-get_user_details at /Library/Perl/5.18/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm line 375.
Use of uninitialized value in concatenation (.) or string at /Library/Perl/5.18/Dancer2/Plugin/Auth/Extensible.pm line 265.
Get here, return_url='', home page='/' at /Library/Perl/5.18/Dancer2/Plugin/Auth/Extensible.pm line 265.

Oops. It was our previous login handler not recognising the auth that DPAE had done :P

Would still like to know how to get the Log::Reporting working in Extensible.pm though?

thanks,
-N