Member
Every user (including admin) that sign-up to the system has a member profile.
Last updated
Every user (including admin) that sign-up to the system has a member profile.
Last updated
User
\ Member
This interface list all active and inactive members in the system. Click into each individual record to view the details.
Here you get a detail view of the selected member user. You may block \ deactivate \ soft delete a member here. You may also choose to terminate
a member user account.
As admin, you can create member account from backend. However, this is not recommended. Member should create their own account from the frontend going thru all the designed workflow to ensure data integrity.
As Central is using MaGIC Account as SSO provider, password reset need to be done in MaGIC Account backend.
Admin can soft delete a member from the backend. This is the same to clicking Block
button in the member view page. Deleted member has their account status set to inactive
. An inactive or deleted account can be restore back to normal later on.
Unlike `delete a member`, this action is not reversible
Member termination can come from user himself (operate thru Control Panel) or Admin. Once confirmed, it will:
Soft delete the member user account on Central
Call /api/terminateAccount
to instruct MaGIC Account to delete
Create a request record with code removeUserAccount
with pending
status
Create a request record to generate user data download
Unsubscribe user from mailchimp
Notify the user his account has been successfully terminated