Vishal Kumar

Results 4 comments of Vishal Kumar

Yes, I was able to reproduce the issue. The issue is only reproducible when `wordpress_logged_in` cookie is set and user visits the login page with this `reauth=1` in url. I've...

The root issue is that nonce verification fails if a user visits `wp-login.php` with `reatuth=1` in query args and `wordpress_logged_in`. This happens as when nonce is created it checks whether...

@ravid007 `rtcamp.google_user_authenticated` hook can be used to obstruct the flow for user login. User creation however cannot be obstructed using this hook. You can use this hook [`rtcamp.google_user_created`](https://github.com/rtCamp/login-with-google/blob/master/src/Utils/Authenticator.php#L118) which is...

@ravid007 If your goal is to allow user registration from specific domains (domain in email) you can add domains you want to whitelist in `Whitelisted Domains` field in settings page.