Been using this plugin for about 4 weeks. Since then, on two ocations, users have been logged in as other users in WordPress.
So let’s say John Doe log in using his Google account [email protected]. All of a sudden he is loged in as Stephen ([email protected]). How is that even possible? Is there a glitch here.
]]>There is an issue with Members plugin (https://www.ads-software.com/plugins/members/) when “Redirect all logged-out users to the login page before allowing them to view the site.” is enabled.
When you click “Sign in with Google”, it redirects you back to the login page, not in google SSO page.
I tried another “login with google” plugin and it works fine with this option enabled.
]]>There’s something wrong with the download. It keeps failing. I cannot download the plugin from the WordPress plugins page.
]]>It would be good practice to load the stylesheet and anyonly on wp-login.php
page
wp-content/plugins/sign-in-with-google/src/public/css/sign-in-with-google-public.css?ver=1.7.0
Hello there,
I am using the plugin Sign In With Google and the plugin it is working perfectly, however when the user that no registed in the site try to sign in the website, the plugin create a new account to him and I do not want this. I would like that only users registed can login in the website, how to settigs this?
Hello! I was curious about how to set this plugin up with MultiSites?
As is, I set up the Plugin to the Network Admin Plugins, and the settings show up in each sub-site.
After setting up the settings on each sub-site, logging in to the first is successful, and gives the user their Default Role. However, attempting to log in to a second subsite gives this error, I suspect because the user email exists on the network, but only with permissions for the initial subsite.
Would it be possible to have checkbox for a user to be created across all subsites when signing into a multisite? (Ideally we’d like the option for users to be created on the Network Admin and set up as a Super Admin! But that’s within WP Engine)
]]>Hello,
If you are planning to continue working on this plugin and implementing features, I would suggest to implement this one (just for Google Workspace users). If a person is inside the “x” org unit of the google workspace environment, then assign the “x” role. One major premium plugin is doing that by using the google group email address. Otherwise, I know of another plugin which is doing that in his free version, but not with the org unit, but with the domain address, such as: if the person has email [email protected], then assign them the “x” role, otherwise, if the email is [email protected], assign them the “y” role.
Thank you so much, have a nice day
Hi,
After I’ve upgraded Sign in with Google plugin from version 1.5.2 to 1.6.0. I have a problem when logged in if it’s a new user. It shows an error message:
“Error: user registration is currently not allowed”
I need to enable in General > settings for the option “Anyone can register” but I haven’t ever found this problem before when using version 1.5.2.
Now I cannot upgrade to version 1.6.0 because I have sites around 1000+ to use this plugin.
Could you please help to investigate?
]]>Hi there!
I’d like to user be redirected to a custom URL and not the dashboard (admins) or their My Account page (customers).
Have tried to add snippets of code and use LoginWP plugin, but it doesn’t affect Sign In with Google.
Thank you!
]]>Since i updated to php 7.4 the plugin stopped working. And crashed the entire site, i had to deactivate it.
]]>Please add option for ”select username” before register account with google login
]]>I have been using your “Sign in witch Google” plugin for a long time – I moved my website to a new server and unfortunately the plugin stopped working, I tried to update, reinstall, nothing helps, I run out of ideas, will you help? When logging in, it pops up: Server Error 403 Forbidden
]]>Hey there,
Thank you for your great plugin!
Since the last update of WP and plugin, new users receive an error message “Error: user registration is currently not allowed.”
They can login only after add them manually, for some reason, and this is not an option since we will have many new users every day, and it worked perfectly few days ago.
Have any idea how to resolve this issue? Any help would be greatly appreciated ??
]]>Hello,
Would it be possible to pass on the “Remember Me” paramater to the plug-in? I patched it for now, it is really super simple.
Thanks
]]>Hi there
I’ve installed and configured the plugin.
We have another plugin that redirects the user based on role. It works through normal WP login, but when logging in through Google using this plugin it brings the user to the website homepage.
Is there any way to change that?
Thank you in advance!
]]>Hy, how to insert login with google in custom page?
]]>Hi there,
Love the plugin, we are having some trouble with Restrict to Domain function. If I put in a singular domain, we can restrict users to that domain, but when I put in a second domain, it doesn’t allow the second domain to register for an account… It still allows the first domain, but the second domain can’t sign in. I am putting a space after the comma, if I leave it as domain.com,domain2.com, it will not allow either to sign in. Any ideas?
]]>Does this plugin support woocommerce? How to enable the button in user registration page? Does this plugin allow user to register or signin with google from checkout page?
]]>Heya,
This add-on works really well (except for I have had redirection issues/loop but I think due to another plugin) and it’s all that you need.
I like that it automatically map the first name, last name and username from Google’s field.
I have a request if it’s possible to map their Google’s profile picture to their WordPress account too? (profile.getImageUrl()))
Thank you for making this.
S
]]>Plugin work greate but i need some help for error. I set resticted domain but If user trying with different email instead of domain email then it’s show google_login=incorrect_domain in URL i want some custom error in to login page instead of error in url is it possible to show error in login page instead of URL
]]>Hi,
basically when a custom Login URL is used – for example /custom-login/ instead of /wp-login.php/ – the Plugin doesnt accept the redirect.
In Google OAuth the URL “https://DOMAIN.tld/custom-login/?google_response” is set, when the redirect is made by Google the plugin will say it’s not found as it is listening to ?google_response only.
When only setting ?google_response in the OAuth, the redirect will fail too as no content is found. When you manually change the redirect URL to /custom-login/?… the login will work as expected – but that workaround is a little weird…
Could you look into it to support custom login urls? I think easiest would be a config to set the redirect path its listening to, so you can for example make it “/custom-login/?my_redirect”. That feature would also be great for the custom login listener.
Thank you – otherwise really really happy with the Plugin! (PS: Is there a way to support you? I can make a contribution or help with translations to german)
Marcel
Hi, nice plugin, thank you !
Just some issues, and if you address them, I suppose your plugin becomes very solid.
1) in “admin/class-sign-in-with-google-admin.php , line 797, there definitely needs to have added array_filter
like this:
array_filter( explode( ', ', get_option( 'siwg_google_domain_restriction' ) ) ) ) );
because otherwise, even empty string exploded by comma, it makes the next step: ! empty( $domains )
to return TRUE
(because $domains[0] member exists, even though that member has empty value). So, array_filter will fix that. Otherwise, we are returned back to our site afer G-login, and still shown the wp-login screen (with appended url: /?google_login=incorrect_domain
), because of that line.
2) would be nice, if you add hyperlink to FAQ of this plugin (or even to Google Console) directly in Wp dashboard, aside the “enter Google credential” fields in your plugin. will facilitate things.
3) May I ask, is this plugin (generally do you) maximally protected in terms of code-security, to be free from weak holes (unprotected nonce, bypass authorization, tricking in registering/logging in to other user profile, etc…)? Just wanted to make sure , have you are emphasized on code security?
4) would be nice if you made addition – to add a new textfield, where we can enter the list of usernames (i.e. [email protected]), comma separated, and they will be blocked from registering? but note, google supports including dot in email and also +
extension sign, so to avoid registering with i.e. [email protected] or [email protected], you will need to sanitize str_replace( '.','', preg_replace('/(\+.\@)/', '', $email) );
or like that, and after that check if that mail is blocked.
5) add option for admin, to block changing the password for those users, who signed up automatically with g-login. otherwise, people might login once with google, and then set password in wp, and then simply login with into WP-login page with plain email+pass . Admin should have option to prevent that or not. I think you will just need to add option in site, to check “if user ID X is registered with g-login, disable password set/change for him).
6) would be good also to have preventing auto-registration (even though if user successfully logins to his google), so, only the pre-registered (by admin) emails could login/join the WP site.
]]>If the user that tries to login doesn’t exist, I wouldn’t like to make a new user for them. Is this possible?
]]>I’ve installed the plugin. Upon selecting and authenticated with my G-Suite credentials, I’m redirected to my site. However, I’m not logged in. I don’t see any errors or logs.
]]>Hi,
I left the field empty to allow anyone with email and not just the site @ and I get this error on the login form
You must have an email with a required domain () to log in to this website using Google.
And if I add gmail.com and click login with gmail it ends up with a critical error
]]>