WP Manifestindependent plugin directory
manifest / users / um-unique-user-account-id

Ultimate Member - Unique User Account ID

Extension to Ultimate Member for setting a prefixed Unique User Account ID per UM Registration Form.

by Miss Veronica · github.com/missveronica/um-unique-user-account-id · website

0stars
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/missveronica/um-unique-user-account-id/archive/refs/heads/main.zip

Declares an update source (https://github.com/MissVeronica/um-unique-user-account-id), so updates arrive through the plugin's own updater.

From the readme

UM Unique User Account ID - version 2.6.0 Extension to Ultimate Member for setting a prefixed Unique User Account ID per UM Registration Form. UM Settings - Appearance - Registration Form - "Unique User Account ID" 1. Form ID:prefix or metakey or customkeys format - Enter the UM Registration Form ID and the Unique User Account ID Prefix or metakey format one setting per line. 2. Number of digits - Enter the number of digits for the user ID. Default value is 5. Set to 1 for no prefilled zeros. 3. Unique User Account ID metakey - Enter the metakey name of the Unique User Account ID field. Default name is 'umuniqueaccountid' 4. All Users column - Tick to create an All Users column with the Unique User Account ID 5. Don't add a field to the Registration Form with this metakey. Prefix format 4840 : ABCD 4860 : EFGH- 4860 : Qwerty- : random Number of digits are based on WP 'userid' field prefilled with zeros except when 'random' is specified. Set Number of digits to 1 for no padded zeros. 1. Meta values for Registration Form ID 4840 and 5 digits: ABCD00345 2. Meta values for Registration Form ID 4850 and 5 digits: EFGH-00345 3. Meta values for Registration Form ID 4860 and 5 random d

Read the full README on GitHub →