currently we are trying to create customised signup and login pages and we need to store user details in custom created member table but it is giving me error message “error messageError: WDE0027: The current user does not have permissions to insert on the Members collection.” so how can we use our own table to store signup details like name,password,email etc…???
Hi,
You can follow the instructions here to create a custom members collection.
The error you receive means that you have set up incorrect permissions for the database.
In the mentioned example still there is an Insert to the self-created Member-collection. But when applying first the sie-user is not a member, so he has no permission to do the insert.
Or do I miss something??