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

I only want a session cookie whenever a guest is logging in and no cookies for anonymous guests. So I disabled initialize session I was under the impression login would...

question

Dear all, i noticed that the styles for this plugin (plugins/login/css/login.css) are loaded on every page while it should only be loaded on the actual login page where needed. I...

It would be great to see a way to configure the plugin as a SAML Service Provider.

question

If I use a Select field with Multiple true on a Profile page, if I unselect everything, the field value in the user.yaml is not changed from its previous value....

Hi, I'm not sure if it's intentional or not, but on some pages (e.g.: reset.md) there is no label set to input fields. It's consider a good practice, and for...

Current User ![drupal-user-edit-current](https://user-images.githubusercontent.com/15809239/78321510-c47c8980-759e-11ea-9a9c-19dc569a7cfa.png) But if you're a super user or have the access to manage users, you must be able to update user password without the current password. People's Page...

enhancement

If you create a registration form with following processing: ``` process: register_user: true message: Message is not shown! reset: true ``` Nothing after the `register_user` processor gets run if registration...

bug

I have a multisite setup using the subdirectory option. The activation URLs generated in the activation emails do not include the site path after the hostname. I notice in [`Login::sendNotificationEmail()`](https://github.com/getgrav/grav-plugin-login/blob/eb1ab76a13e03878c9af5fe038774cfec2773829/classes/Login.php#L373)...

bug

Hello, I wish I could put access to a group on the user_register page. I found a solution : `{% if ((grav.user.authorize('site.csm')) and (uri.path == "/user_register")) or (uri.path == "/user_profile")...

Hello, In fact I use the activation email to send users to their profile but I must send them their password. Cordially, Romain Longeron