Linux 软件免费装
Banner图

Login by Auth0

开发者 auth0
auth0josh
evansims
更新时间 2024年1月12日 05:43
PHP版本: 7.4 及以上
WordPress版本: 6.4.2
版权: MIT
版权网址: 版权信息

标签

security authentication social sso 2fa mfa multi-factor single sign-on oauth2 passwordless openid saml

下载

3.11.2 3.9.0 4.0.0 4.1.0 4.3.1 4.6.0 3.1.4 3.11.3 4.5.0 3.1.1 3.1.2 3.1.3 3.10.0 3.11.0 3.11.1 3.2.0 3.2.10 3.2.14 3.2.19 3.2.21 3.2.22 3.2.23 3.2.24 3.2.25 3.2.5 3.2.8 3.2.9 3.3.2 3.4.0 3.5.0 3.5.1 3.5.2 3.6.0 3.6.1 3.6.2 3.7.0 3.7.1 3.7.3 3.8.0 3.8.1 4.1.1 4.2.0

详情介绍:

This plugin replaces standard WordPress login forms with one powered by Auth0 that enables:

安装:

This plugin requires a free or paid Auth0 account.
  1. Sign up here.
  2. Follow the installation instructions here.

常见问题:

Can I customize the Auth0 login form?

The Auth0 login form is called Lock and it's open source on GitHub. You can style the form like any of your site components by enqueuing a stylesheet in your theme. Use the login_enqueue_scripts hook to style the form on wp-login.php, wp_enqueue_scripts to style widgets and shortcodes, or both to affect the form in all locations.

Can I access the user profile information?

The Auth0 plugin transparently handles login information for your WordPress site and the plugins you use, so that it looks like any other login. User profile data changes in WordPress are not currently sent to Auth0 but changes to the Auth0 user account are stored in WordPress user meta (under the key auth0_obj prefixed with $wpdb->prefix).

When I install this plugin, will existing users still be able to log in?

Yes, either by allowing the WordPress login form to be displayed or through migrating existing users. See the Technical Notes section above.

What authentication providers do you support?

Please see our complete list of supported social and enterprise authentication providers.

How can I use Lock configuration options that are not provided on the settings page?

Use the "Extra Settings" field on the plugin settings' Advanced tab to add a JSON object with all additional configurations. For more information on what else can be configured, see the documentation.

Is this plugin compatible with WooCommerce?

Yes, this plugin will override the default WooCommerce login forms with the Auth0 login form.

My question is not covered here ... what do I do?

All is not lost!

更新日志:

Complete list of changes for this and other releases