Linux 软件免费装

SUC - same user credentials

开发者 giuliopanda
更新时间 2024年5月24日 21:38
PHP版本: 7.4 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

Authentication share login multisite user Users Sync

下载

1.0.0

详情介绍:

The plugin synchronizes users with a main site, allowing you to access all sites where the plugin is installed with the same credentials.

安装:

The plugin must be installed on two or more sites. The first site must be configured as a server, while the others as clients. Remember to save your settings once you have configured the plugin. Server: Click on the "Server" box and save. Client: Copy the token generated by the server and paste it into the client's "Token" box. Copy the server URL into the URL. Save. When you save the client settings it tries to connect to the server to verify that everything is working correctly. If the server does not have active htaccess, the API address changes and the following code must be applied to the client's functions.php: add_filter( 'sucw-htaccess', 'sucw_htaccess' ); function sucw_htaccess() { return false; }