WP Manifestindependent plugin directory
manifest / users / validate-user

Validate User

Description: A WordPress plugin for facilitating new user applications when admin validation is required. I made it to grow my WordPress plugin development skills. Note that it is not meant to be used in production code, so use at your own risk.

by Brandon Bosman · github.com/b-rando1/validate-user · 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/b-rando1/validate-user/archive/refs/heads/master.zip

Declares an update source (localhost:8888/wordpress), so updates arrive through the plugin's own updater.

From the readme

Validate User Validate User is a WordPress plugin for creating and managing new user applications when admin validation is required. I made it to grow my WordPress plugin development skills. Note that it is not meant to be used for production code, so use it at your own risk. How It Works With Validate User, you can put a New User Form anywhere in the site. When someone fills it out, an application will appear in the backend of the site. Admins will then be able to view the application and choose whether to confirm or reject the user's application. Validate User also has several flexible options for sending emails at various stages of this process. How-to Guide Displaying the Form To display the form, there are two options: 1. Using the Gutenberg block editor, you will be able to directly insert a New User Form into the page. 2. Add the shortcode validateuserform to the page. Customizing the Form By default, the form displayed on the page will ask for a username, email, and a message. If you desire more customizability, you can create your own form through the Contact Form 7 plugin and set the form in the settings page. In order for the form to work correctly, it must cont

Read the full README on GitHub →