WP Manifestindependent plugin directory
manifest / users / dynamic-add-users

Dynamic Add Users

A WordPress plugin to dynamically add users from a central directory service individually and by group.

by Middlebury College · github.com/middlebury/dynamic-add-users · website

0stars
29composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/middlebury/dynamic-add-users/archive/refs/heads/main.zip

Also on Packagist as middlebury/dynamic-add-users:

composer require middlebury/dynamic-add-users

From the readme

Dynamic Add Users Dynamic Add Users is a WordPress plugin that replaces the native 'Add User' screen with a dynamic directory search. This plugin also allows searching for groups in a directory and bulk-adding group members to a site as well as synchronizing site-roles based on group-membership. It provides several services that other plugins can use to look up users and groups and apply roles to users. Components Dynamic Add Users has several components that work together to provide its functionality: A DynamicAddUsersPlugin singleton to manage configuration and access to services. A Directory service with providers that allow lookup of user and group information. Login-Hook providers that trigger sync operations at login time and may provide access to user identifiers present in the login response. User Manager and Group Syncer services and APIs for creating user accounts and bulk-adding users. Network administrator configuration screens. A replacement "Add Users" screen for site administrators. The Directory Service The Dynamic Add Users Directory service provides an API for searching for users by name/email in some underlying data source. The resulting u

Read the full README on GitHub →

Releases

TagPublished
1.3.2 Aug 6, 2024
1.3.1 Aug 1, 2024
1.3.0 Jul 31, 2024
1.2.4 Feb 29, 2024
1.2.3 Feb 15, 2024
1.2.2 Aug 1, 2023
1.2.1 Aug 1, 2023
1.2.0 Jul 21, 2022

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.