Setting registration approvals with MemberKit are fast and easy. 1. Create a "Approved" text field in your profile form. (Screenshot 1) 2. From fields property set this field's "Display On" property to "Admin only". (Screenshot 2) 3. Create a template for example called "waiting_approval.html", your members which are waiting approval will see this page. 4. Go to System Events and set the event: (Screenshot 3)
|
When
|
user
|
logins,
|
if user's Approved is not Yes,
|
then redirect waiting_approval.html. | 5. Again in System Events, set this event: (Screenshot 3)When
|
user
|
is on waiting_approval.html,
|
with no condition,
|
execute this PHP code. | (The PHP code will be only "logout();") (Screenshot 4) 6. To approve registered user, go to Content Manager, edit the profile entry and set the "Approved" field to "Yes".
Tags:
profile manage users
Related Articles:
Add a new comment
|
Send Comment