grav-plugin-login icon indicating copy to clipboard operation
grav-plugin-login copied to clipboard

Grav Login Plugin

Results 38 grav-plugin-login issues
Sort by recently updated
recently updated
newest added

Hello everybody. I encountered a strange behavior using recent versions of Firefox [ eg 91.5.0esr (64-bit) ]: when I perform a logout, the system does not immediately notify me of...

Hello, Would it be possible to have a logfile in which failed login attempts are stored with the source IP of the login attempt. The final goal for me would...

When registering a new user with an email that passes the HTML5 email field check but doesn't pass the grav email filter check a 500 error is shown instead of...

Hello, I was wondering if is it possible to add captcha validation to any other page besides registration. I look up the code for login-form.html.twig and it's doesn't extends from...

These were removed with https://github.com/getgrav/grav-plugin-login/commit/da50a5591b9d5c0d512174f852030c36011b94df but incorrectly brought back with not rebased merge in https://github.com/getgrav/grav-plugin-login/pull/292

In `pages` there are multiple untranslated texts, e.g. https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/login.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/login.md?plain=1#L42 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/forgot.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/forgot.md?plain=1#L20-L22 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/profile.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/profile.md?plain=1#L81 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/unauthorized.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/unauthorized.md?plain=1#L7 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/reset.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/reset.md?plain=1#L33-L35 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/register.md?plain=1#L2 https://github.com/getgrav/grav-plugin-login/blob/388f1adb594bbdf706cb892b6ecf15311aae1ed1/pages/register.md?plain=1#L58-L60 --- And, en passant, there is a jump from H1...

As mentioned by @Dean-kasail in [#45 (comment)](https://github.com/getgrav/grav-plugin-login/issues/45#issuecomment-429793850) the setting 'protect_protected_page_media' is not honored for modular pages. More specifically only media that is directly located in the root folder of the...

When I login with a valid username and password, the event **onUserLogin** is fired. It fires _even_ when I have to enter my 2FA-code. Shouldn't the event onUserLogin only be...

I am trying to login as admin from /login page, after login it redirecting admin login page Actually I need to redirect to dashboard page after login After login route...