Descrizione
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
Screenshot
Installazione
- 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.
Recensioni
Contributi e sviluppo
“Rundiz OAuth” รจ un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Rundiz OAuth” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
1.4.4
2023-01-24
- Remove row meta hook.
- Improve code by escape, sanitize as reported by PHP CodeSniffer & WordPress coding standard.
- Fix method MUST always return string in App/Libraries/ErrorsCollection.php at
getErrorMessage()
method.
1.4.3
2022-12-20
- Fix “PHP Deprecated: Creation of dynamic property”.
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+
Previous version updates:
Please read on changelog.md