Member
Every user (including admin) that sign-up to the system has a member profile.
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. .png?alt=media&token=710bbffa-24db-4c9b-8651-b1bcba1148b3)
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:
- 1.Soft delete the member user account on Central
- 2.Call
/api/terminateAccount
to instruct MaGIC Account to delete - 3.Create a request record with code
removeUserAccount
withpending
status - 4.Create a request record to generate user data download
- 5.Unsubscribe user from mailchimp
- 6.Notify the user his account has been successfully terminated
Last modified 1yr ago