getgrav / grav-plugin-login

Grav Login Plugin
http://getgrav.org
MIT License
44 stars 54 forks source link

Default login route not set #213

Closed thekenshow closed 4 years ago

thekenshow commented 5 years ago

The login.yaml file reads:

route:               # Specific route for Login page (default is '/login')

But that comment is not true - unless you manually configure route:login, navigating to /login throws a 404 error on the latest Grav + Admin with Quark theme.

rhukster commented 5 years ago

Correct, the default is to show the login form 'on' the page you are trying to access. However, if you want to have a specific landing page, then you should provide a route, and then, /login is the default expected.