Matias Griese
Matias Griese
I think there's an easier way to do this; we already have implemented something like this in offline plugin, which replaces all the pages with login if user hasn't logged...
Maintenance plugin is the name I think. Also Gantry supports offline mode.
The code says "not in admin and toggled on", so it is added to every page which is not in admin panel. CSS should be probably in every page in...
Are you on Grav 1.6 or Grav 1.7? IMHO this issue has been fixed in the new Flex Users if you upgrade to Grav 1.7 and Admin 1.10.
Grav 1.7 is pretty stable already and it would be nice if you could at least test it out and report back if you find any bugs. We just need...
Should be fixed with the above changes (in Grav).
@johnhorsema Are the new login events good enough to get the integration done?
The above code fails on rememberme, which requires the session to be stored. If you disable it, you may get a step forward.
I just tested this out. Remember me does seem to think that you stole the cookie. The main issue here is that there is no way to figure out if...
Can be reproduced with: plugins/login.yaml ```yaml enabled: true route: /login redirect_to_login: true redirect_after_login: '/' ``` system.yaml ```yaml languages: supported: - en default_lang: en include_default_lang: true ```