Description
Use Oauth such as Google and Facebook account to login, register member in WordPress website. Control how your wp-login page will be used. Force use only OAuth or use them both.
Both Google and Facebook already have “Multi factor” or “2 factor” authentication.
So, instead of implementing the 2FA (2 factor authentication) into your WordPress and add those keys into your user’s authenticator app on smart phone (which might too much list of them). Just use OAuth system!
It is very easy and much secure for your users on your WordPress website. (Depends on your user security settings on those providers).
Since v 1.0 your users can register using OAuth in one click from your website and one click to allow/continue on OAuth provider website. Just few clicks and done.
You can also change login expiration by using remember login or use OAuth only for login method.
This project is maintain by Rundiz.com. Feel free to rate and comments.
System requirement
PHP 5.4 or higher
Open SSL PHP extension.
WordPress 4.6.0 or higher
Knowledge
Screenshots
Installation
- Upload “okv-oauth” folder to the “/wp-content/plugins/” directory.
- Activate the plugin through the “Plugins” menu in WordPress.
- Access plugin setup page.
- Follow setup instruction on screen.
FAQ
-
Can I force use only OAuth login or register?
-
Yes, check your settings.
-
Does multi-site work?
-
Yes, it is.
-
Does it support WooCommerce?
-
Yes, it does. If you set to use OAuth only then your users cannot change to use other email than those are available via OAuth.
-
Does it support hosted domain for G Suite?
-
Yes, this is new feature since 1.3.3. However, please enter your settings in Other parameters fields in the settings page.
Reviews
Contributors & Developers
“Rundiz OAuth” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Rundiz OAuth” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.2
2020-05-01
- Fetch text content of design guide to display in the settings page.
- Update Google OAuth URLs.
- Update Facebook OAuth URLs.
- Add Logger class and log the API result in debug mode (WP_DEBUG constant must be defined to
true
).
1.4.1
2019-12-05
- Fix remove login password field (for OAuth only option) to compatible with WordPress 5.3
- Add filter to not allow “Both sites and user accounts can be registered” register option on network settings (multi-site).
1.4
2018-12-08
- Update translation text.
- Add new translation template (.POT) file.
- Move enqueue styles from many places but same name into common library and enqueue just name.
- Add translators help.
- Support WordPress 5.0+
1.3.3
2018-10-18
- Update Facebook API to v3.1
- Use custom option for
prompt
in Google login. - Add more custom paramters for Google login.
1.3.2
2018-03-08
- Add more coverage action for WooCommerce. This is including edit account in WooCommerce page.
- Update translation.
- Change hook into WooCommerce my account position, from bottom to top.
1.3
2018-03-07
- Move all the buttons to template.
- Add filter to button icons. So that any themes or plugins can override to use other icon html than FontAwesome 4.
1.2.4
2018-01-26
- Fix page not found on OAuth login after theme changed.
1.2.3
- Fix update hook not working.
- Fix rewrite rule did not add when update.
- Fix load language.
1.2
2018-01-04
- Improvement on multi-site registration page (wp-signup.php).
- Move OAuth redirect page to custom route front-end page. This reduce a lot of URLs in the allowed list and of course the theme developer may need to re-design these pages (2 pages) for their websites (sorry for the inconvenient).
- Many bugs fixed.
1.1.1
- Typo fixed.
- Add warning setting on multi-site enabled.
1.1
- Add WooCommerce support (partly support, developers have to script and style manually).
- Fix prevent user who logged in and change their email to non OAuth provider while Rundiz OAuth settings is using OAuth only.
- Because of the users can no longer manually change their email if using OAuth only, Add the buttons to change email using OAuth.
- Fix remove activation key, password nag that is generated with normal WordPress register function.
1.0
- Rewrite new code.
- Add Facebook login.
Previous version updates:
0.x
Please read on changelog.md