Is there a way to insert data into the PrivateMembersData collection via a form in an admin page or something similar.
All my clients will have access to client(member) pages, but only after a service has been purchased and other security checks have been completed. As a part of my onboarding process, I want to be able to register a member and set-up a temporary password for them myself. Once I’ve done that the member can change the temporary password and have access to the member pages through the usual login process.
I want to be able to use some of the pages in the member’s area and the CRM, so I’m hoping I can achieve the registration as described without having to build the entire members area from scratch.
Any advice appreciated.
Please note the permissions for the PrivateMembersData collection:
You can create your own collection for other data you want to save for a user.
@Yisrael Ok, thank you.