An easy-to-use user management plugin that allows user login, reset-password, profile update and user registration with extra fields, all on front-end …
An easy-to-use user profile and management plugin for WordPress that allows user login, reset-password, profile update and user registration with extra fields, all on front-end and many more. User Meta Pro is a versatile user profile builder and user management plugin for WordPress that has the most features on the market. User Meta aims to be your only go to plugin for user management. We believe in synergy so we’ve solved all of your problems in one single plugin.
With just a few clicks you’ll be able to create your own personalized user registration, and login forms that you can add anywhere on your site. You’ll be able to grow and manage an extensive online community with speed and ease. If you have an online store or a membership site, then this plugin is a must have!
Front End Support Create beautiful and highly customizable login/registration page, separate page for each user, and many more interfaces for the users sitting in front of their screen.
In House Form Builder Build your own forms for anything you want drag and drop interface (unlimited, no strings attached). Check out our supported form fields below.
Newbie Friendly- No Prior Knowledge or Experience Required You don’t have to be a tech wiz or hire an expert to create and manage your membership website. Our no-code, drag and drop plugin allows you to start creating and customizing user login and profile pages within minutes.
Increase Your Conversion Rates User Meta Pro allows you to change your default WordPress Login Page into a customized login page with a user management builder that’s designed to boost conversion.
Improve Your WordPress Website Security User Meta Pro allows users to register on your WordPress site without accessing the admin area. It enables fast and seamless user login without compromising the security of your website.
Grow and Manage Your Online Community Fast Build customized login and user profile pages and create a better user experience. User Meta Pro makes it easier for you to manage your site members and users with ease.
Email Support Get hands-on control over your email notifications on each user action, you can set what your users see as sender email, or sender name instead of the default [email protected]. Oh, did we mention the user verification via email?
Fight The Bots You’ll be getting free captcha support in your forms, so no bot registration is guaranteed
Widgets Multiple widgets like personal profile, registration prompts
Custom Designed Login Page Get your users a well-designed login page of your choice instead of bulky WordPress’s default one
Organize Everything by Roles Get different pages, login forms based on user roles. You decide who sees what.
Optional Ajax Support Set your form’s submission as you wish, full page reloads or not, completely up to you
Export/Import User You’ll have the options to save your user data as exported csv files and can import user on a (premium). You can choose to encrypt data if you wish, we respect your strong privacy policy.
User Approval Option After Registration You can check the registered users by hand to double check any spammers and then approve registration (premium)
User Listing List your users and show on frontend with public profile based on different criteria (premium)
WooCommerce Integration You can integrate easily with WooCommerce and expand with our add-on (premium)
Control Posts Based on User Roles Restrict content based on WordPress User Roles (premium). You can set the tone for which role can see and do what via add on
Read about all the plugin’s features at User Meta Pro.
Get User Meta Pro or Try Demo
2 steps to get started
Get User Meta Pro.
Note
The plugin stores all user’s data to wp_usermeta table as WordPress standard.
So it is possible to other plugin talks with User Meta using WordPress standard.
user-meta.zip
to the /wp-content/plugins/
directory or add the plugin from Plugin >> Add New menuWordPress doesn’t allow to register new user by default settings.
To allow user to register, go to Settings >> General page in admin section.
Checked the checkbox which is saying “Anyone can register” and Save Changes.
For very long form or lots of fields, you might encounter displaying 0 instead of saving,
If you ever have this issue, mostly it could be max_input_vars are exceeding.
To solve this problem increase max_input_vars in your .htaccess file.
php_value max_input_vars 3000
If you have suhosin installed, use following too.
php_value suhosin.post.max_vars 3000