Is it possible to have a user register for an account but only activated after manual approval even after the payment?
Manually approving a user after registration.
(29 posts) (12 voices)-
Posted 10 years ago #
-
Update: You can enable manual approval of users by checking an option in the settings of the plugin.
-----------------
The plugin is based on the instant download and instant member access philosophy. I don't like it when you have to wait to get what you paid for. You as the administrator can deactivate/cancel their account anytime anyway if they violet the Terms and conditions.Please read below for a tweak that will let you manually approve members.
Posted 10 years ago # -
Hi, just purchased your plugin. Great stuff, just what I was looking for. However, I also would like the feature chodhry is asking for. I don't think you should leave out such a basic feature just because you "don't like it". I think this is an option many webmasters would like to have.
Posted 9 years ago # -
Hi. Excellent plugin but I'm also after the same functionality chodhry asked for. I can understand the rationale for your decision not to create this feature. However, your plugin is so powerful there is probably a few of us using it for different means where admin approval is required.
I'm using it for an companies internal document library and the admin needs to approve the registration applications. Your plugin is idea apart from the lack of support for this feature.
Is there a way around this or a way to force the user registration to be 'inactive' by default?
Many thanks
Posted 8 years ago # -
Yep, you should be able to make it so when an account is created the status is set to "inactive". This way an admin can review the details and set the account to active which gives them ability to log in and view the protected content.
Do the following for this:
1) Open the "eMember_misc_functions.php" file of the eMember plugin and search for the following:
$fields['account_state']
The value of that variable will be set to 'active'. Just change that value to 'inactive'. Do this for all the occurrences when you search.
2) Open the "eStore_misc_functions.php" file of the eStore plugin and search for the following:
$account_state = 'active';
Once you find it change it to the following:
$account_state = 'inactive';
Save and upload the files to the corresponding plugin directories. Now when someone becomes a member his/her account status will need to be manually reviewed and set to active before the account can be used.
Let me know if that helps.
Posted 8 years ago # -
Hi,
Yeah that's perfect and did the job.
Simply because the support is so good and I'm lazy - I've set it up so the administrator gets an email when a new user registers. Which file can I edit to customise the administrator emial message to say 'A new member called has registered - please login and make their status active'
Thank
Posted 8 years ago # -
A copy of the member's email body is attached to the admin email. But some additional messages are also attached at the top of the admin email which you should be able to customize from the language file. Please open the language file and search for the following line:
A new member have registered. The following email was sent to the member.
Once you find it you can change it to whatever you want.
Please have a look at the following post on how to customize the language file:
Posted 8 years ago # -
Added the following checkbox in the settings menu of the membership plugin to handle this option:
Manually Approve Member Registration
Posted 8 years ago # -
Is there an option for the plugin to send out an email after a new user's account has been approved?
I know there's an option for sending out an email when the user first creates their account, I'm wanting to send an email when the account is approved as well.
Thanks!!!
Posted 8 years ago # -
I agree, the ability to have an email sent on approval would be a great addition to the plugin. Also, even if the setting to approve registrations has been checked, the user is still invited to log in as soon as they have registered (even though they can't until the account's made active).
Otherwise, thanks for a great plugin.
Posted 7 years ago #
Reply »
You must log in to post.