<div dir="ltr">Per the documentation, <a href="http://search.cpan.org/~hornburg/Dancer2-Plugin-Auth-Extensible-0.703/lib/Dancer2/Plugin/Auth/Extensible.pm#SAMPLE_CONFIGURATION">http://search.cpan.org/~hornburg/Dancer2-Plugin-Auth-Extensible-0.703/lib/Dancer2/Plugin/Auth/Extensible.pm#SAMPLE_CONFIGURATION</a> in my .yml config, I have:<div><font face="monospace, monospace">plugins:<br></font></div><div><div><font face="monospace, monospace">    Auth::Extensible:</font></div><div><font face="monospace, monospace">        # Set the view name for a custom login page, defaults to 'login'</font></div><div><font face="monospace, monospace">        login_template: login</font></div></div><div><br></div><div>but my login page:</div><div><div><font face="monospace, monospace">get '/login' => sub {</font></div><div><font face="monospace, monospace">...</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">    template 'login', {</font></div><div><font face="monospace, monospace">...</font></div><div><font face="monospace, monospace">    };</font></div><div><font face="monospace, monospace">};</font></div></div><div><font face="monospace, monospace"><br></font></div><div>doesn't seem to get called.</div><div><br></div><div>I've tried "login_template: /login" but the default login is still getting loaded.</div><div><br></div><div>Any ideas?</div><div><br></div><div>thanks!</div><div>Nathan</div></div>