Hello Everyone, Can anyone please advise on how do we structure the database to sign up different types of users from the same login/sign up page. And how do we identify them as admin and other users.
For instance, I want one user to be the admin who creates a particular entry and other users can login and participate in that particular event (list of users).
In user set a y/n field named admin. If yes then it is an admin user
Until the time comes for you to create an admin dashboard to manage internal things such as signing up admin users … you can create the admin users yourself in the data tab of the Bubble editor
Any user that signs through your normal signup page should be an admin “no” user
I created some user categories for different type of users in the user DB and direct them after the login to different pages.
I’m little bit unsure what happens if someone is just changing the url to a site which is not dedicated to his userprofile… are there any solutions to avoid this accesses?
You need to add conditionals statements on groups, elements to allow only the specific user have access for that page. Also you can create privacy rules to access data.