login-with-google icon indicating copy to clipboard operation
login-with-google copied to clipboard

Minimal plugin which allows WordPress user to login with google.

Results 60 login-with-google issues
Sort by recently updated
recently updated
newest added

### Description - Adds remember me check box below login with google button - If remember me is checked logged in cookie expiration is set to 15 days. ref -...

Outdated

Hey there, I love the functionality of the plugin but sadly when I changed the login page to DOMAIN/login it doesnt work anymore even when I changed the redirect url...

How can we remove the login button from wp-login.php? Turns out it's added here: add_action( 'login_form', [ $this, 'login_button' ] ); But I've been unable to remove that action from...

Currently when the Wordpress filter 'authenticate' throws a WP Error, the plugin redirects to wp_login_url(). Is there a way to filter this URL? When I try changing the redirect_uri via...

Use case: Our site only allows members of our Google Workspace to log in. We want to disable the internal WordPress login and only allow people to log in via...

Is there a way I can automatically login the user using google credentials without displaying the login form. Having the wordpress username and password is confusing to some. I.E. I...

When I update the PHP version to 8.1, this error appears: Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /web/htdocs/www.mydomain.com/home/wp-content/plugins/login-with-google/src/Utils/Helper.php on line 90

on hold
compatibility issue

## Description Whenever a new version of WP is released, we are required to update the `Tested up to` information in the `readme.txt` file. This PR adds a workflow which...

Outdated

## Description Whenever a new version of the WP is released, we need to update the `Tested up to` information in the `readme.txt`. ## Feature 1. Create a scheduled workflow...

enhancement

There is a new WordPress version that the plugin hasn't been tested with. Please test it and then change the "Tested up to" field in the plugin readme. **Tested up...

wpvc