Title: User Access Hub
Author: Scott Joudry
Published: <strong>31 Mart 2024</strong>
Last modified: 4 Mayıs 2026

---

Eklentilerde ara

![](https://ps.w.org/useraccesshub/assets/icon-256x256.png?rev=3061764)

# User Access Hub

 [Scott Joudry](https://profiles.wordpress.org/sjoudry/) tarafından

[İndir](https://downloads.wordpress.org/plugin/useraccesshub.1.0.4.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/useraccesshub/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/useraccesshub/#reviews)
 * [Geliştirme](https://tr.wordpress.org/plugins/useraccesshub/#developers)

 [Destek](https://wordpress.org/support/plugin/useraccesshub/)

## Açıklama

The User Access Hub is a service that allows administrators to manage users, user
access, and roles across a network of CMS sites.

### User Access Hub

The User Access Hub is a service that allows administrators to manage users, user
access, and roles across a network of CMS sites and will significantly simplify 
the administrative tasks associated with managing multiple websites. Some reasons
why using such a service can help an administrator effectively manage all their 
CMS sites:

 1. Centralized User Management: The User Access Hub provides a single, centralized
    dashboard where administrators can manage users across all connected CMS sites.
    This means that instead of logging into each site separately, they can control 
    user access from one location.
 2. User Account Creation and Deletion: Administrators can grant a user access to one
    or all CMS sites and revoke/delete user access to one or all CMS sites simultaneously.
    This is particularly useful when onboarding new users or removing access for users
    who no longer require it.
 3. Role Management: Administrators can assign CMS site defined roles to users for 
    each CMS site, allowing fine tuned access to each CMS site for each user. Permissions
    will be assigned to roles that are configured on the CMS site.
 4. Single Sign-On (SSO): The User Access Hub allowing users to log in once and access
    all connected CMS sites without the need for multiple logins. This enhances user
    experience and security.
 5. Audit Trail and Logging: The hub maintains detailed logs and an audit trail of 
    user activities and changes made by administrators. This is essential for tracking
    changes, diagnosing issues, and maintaining security.
 6. Scalability: As the network of Drupal sites grows, the User Access Hub can easily
    scale to accommodate new CMS sites and users without significantly increasing administrative
    overhead.
 7. Automation: The User Access Hub service is built on the API first methodology and
    most of the operations that can be performed in the UI can also be performed using
    the User Access Hub API.

[Create a free account to get started.](https://www.useraccesshub.com/)

### Additional features

 * Drupal CMS support
 * Core Updates Reporting
 * Plugin Updates Reporting
 * Theme Updates Reporting

### Requirements

 * This plugin requires the openssl_verify() PHP function, which is part of the 
   [OpenSSL library](https://www.php.net/manual/en/book.openssl.php) for PHP.
 * This plugin requires an account on [User Access Hub](https://www.useraccesshub.com/).

### Configuration

 1. Enable the plugin. This will create an API key at User Access Hub > Authentication.
    None of the fields on this form can be edited through the UI. The ‘Enabled the 
    Handshake Endpoint’ checkbox should be checked.
 2. Select the roles that should be handled by the hub’s SSO functionality at User 
    Access Hub > Roles.
 3. Add the site to the [User Access Hub](https://www.useraccesshub.com/) hub, setting
    the API key that was generated from step 1.
 4. In the hub, use the ‘Connect’ operation to allow the hub to handshake with the 
    site. Once this is complete, settings on User Access Hub > Authentication will 
    be updated – ‘Private Key’ will be populated, ‘Site ID’ will be populated and the‘
    Enabled the Handshake Endpoint’ checkbox will be unchecked.
 5. To enable all User Access Hub functionality, the final step is to check the ‘Enable
    all of the User Access Hub functionality.’ checkbox on User Access Hub > Settings.

### Overriding Configuration

In many cases, the configuration that exists in the database will need to be overridden.
The case of different config values for different environments springs to mind. 
This can be accomplished by overriding the configuration in a wp-config.php file:

    ```
    define( 'USERACCESSHUB_ALLOW_LOCAL', true );
    define( 'USERACCESSHUB_API_KEY', 'string' );
    define( 'USERACCESSHUB_DEFAULT_ROLE', 'role' );
    define( 'USERACCESSHUB_ENABLED', true );
    define( 'USERACCESSHUB_HANDSHAKE_ENABLED', true );
    define( 'USERACCESSHUB_PUBLIC_KEY', 'string' );
    define( 'USERACCESSHUB_REDIRECT', '/redirect/url' );
    define( 'USERACCESSHUB_ROLES', array( 'role1', 'role2' ) );
    define( 'USERACCESSHUB_SITE_ID', 1 );
    ```

### Commands

### Enable Handshake

This WP CLI command will enable the handshake endpoint so a site can be reconnected
with the Hub.

    ```
    wp enable-handshake
    ```

### Disable Handshake

This WP CLI command will disable the handshake endpoint.

    ```
    wp disable-handshake
    ```

### Regenerate API Key

This WP CLI command will re-generate the API key used for the handshake.

    ```
    wp regenerate-api-key
    ```

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“User Access Hub” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

 *   [ Scott Joudry ](https://profiles.wordpress.org/sjoudry/)

[“User Access Hub” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/useraccesshub)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/useraccesshub/), 
[SVN deposuna](https://plugins.svn.wordpress.org/useraccesshub/) göz atın ya da 
[RSS](https://plugins.trac.wordpress.org/log/useraccesshub/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/useraccesshub/)
abone olun.

## Meta

 *  Sürüm **1.0.4**
 *  Son güncelleme **3 hafta önce**
 *  Etkin kurulumlar **10dan fazla**
 *  Test edilen sürüm **6.9.4**
 *  PHP sürümü ** 7.0 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/useraccesshub/)
 * Etiketler
 * [admin](https://tr.wordpress.org/plugins/tags/admin/)[administration](https://tr.wordpress.org/plugins/tags/administration/)
   [authentication](https://tr.wordpress.org/plugins/tags/authentication/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/useraccesshub/advanced/)

## Puanlar

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/useraccesshub/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/useraccesshub/reviews/)

## Katkıda bulunanlar

 *   [ Scott Joudry ](https://profiles.wordpress.org/sjoudry/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/useraccesshub/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://www.useraccesshub.com/)