1 May
2017
1 May
'17
7:42 a.m.
Per the documentation, http://search.cpan.org/~hornburg/Dancer2-Plugin-Auth-Extensible-0.703/lib/Da... in my .yml config, I have: plugins: Auth::Extensible: # Set the view name for a custom login page, defaults to 'login' login_template: login but my login page: get '/login' => sub { ... template 'login', { ... }; }; doesn't seem to get called. I've tried "login_template: /login" but the default login is still getting loaded. Any ideas? thanks! Nathan