Well, that's not quite accurate.
I have activated Google authentication for my site.
On login page, when I click login with Google, a window pops up where Google asks whether I want to allow this site to use my email and basic info.
Once I click ok to that, the popup closes, but I am returned back to the login page, seemingly without any difference made.
Please help!
http://wordpress.org/extend/plugins/simple-google-connect/
If you have any sort of javascript blocking or cookie blocking or ad blocking code, try disabling it. The javascript being returned should make your login page refresh, and when it does so, you should be logged in.
s3w47m88
Member
Posted 1 month ago #
I'm experiencing this same issue. Here are the scripts being loaded into the wp-admin page.
- jquery.min
- connect.facebook.com all.js
- ssl.google-analytics.com ga.js
- googleadservices.com conversion_async.js
- contact form 7 jquery.form.js
- contact form 7 scripts.js
- jquery.fancybox.js
- tinymcecomments comment-reply.dev.js
- then all the default jquery library scripts from core.
And all of these are coming from plugins (basically) that I've used for years and all work well with each other to the best of my knowledge.