This topic is locked

Administrator’s Approval

10/17/2010 12:11:44 PM
PHPRunner General questions
A
Abuaarah author

I was trying to find the way in this forum That
" After successful registration" , before the data being added to database, the information of the member should be verified by the administrator...! And in the mean time the member should be informed via email or a message that after the information being verified the profile would be added to the system...!
And as soon as the member is being approved by the admin automatically an email would be triggered to the registered member saying the profile already published...!
I do not know any better way of explaining this , For example this facility or functionality is available in Simple Machines Community Forum...!

How can I get this achieved using phprunner - I hope someone would help me the get this done
Administrator's Approval

Sergey Kornilov admin 10/18/2010

This would require a bit of extra coding.
You'll need to add a new Yes/No field to login table named Approved. In BeforeLogin event you need to check if this field is checked off and restrict login if not.
Administrator will be able to edit any user allowing or restricting login. You might create a special custom view for admin to only list users need to be approved.