Hi
I need help creating a Admin account and a Live Admin page. I have been able to create User accounts and data but I have been unable too see how I can define an admin user account. The aim is for admin to be able to display user data on the admins live page.
For simple Admin management, as simple IsAdmin = Yes/No, for more complex you could add a field āpermissionsā which is a list of text values which define the users capabilities.
e.g, you could have ADMIN_USER_Create, ADMIN_USER_Edit could be 2 permissions that relate to user administration.
You would then look up these permissions to determine what the user logged in can do/see etc.
To expand a bit on Daveās suggestion of granting a User conditionally determined permissions, youāll likely want some kind of dashboard within the user interface, with fields calling in the type of User data you imagine the Admin needs to see.
Hi, I have a similar doubt. I understand DaveAās solution but while working with conditionals Iāve seen something that says āWebsite admin emailā. How do I set an Userās email as the āWebsite admin emailā?
on my end iām just adding a Role field under User then everytime a user is sign up it will set Role as Member so that all members will be members then i will manually add my User account Role as Admin
then if i want a page to only view by an Admin i will hide the RG or Group then add a Condition it will only visible to Current Userās Role is Admin because if i will only do a workflow to set Page load goto page Index if current userās role is Member to prevent members to view the page it can be break by just pressing ESC.
Tried it like this seems to work, donāt know if its the best way to do it though, only been on bubble for about 15 hours in total so everything is new to me.
you havent set a data type for dashboard, change it user if thats what you want to send. but for dashboard i think you can leave blank. because you dont need a url like
Iām attempting to do this, but when I click āDeploy to Liveā the new āadminā field isnāt added to live data structure. What am I doing wrong? Elsewhere on the forum it says that clicking the deploy button pushes the data structure from dev to live, which makes sense, but it isnātā¦
I am kind of facing a similar issue. My app isnāt live, but I want to make sure my email is set as Admin before I publish it. Whatās the best way to do this? Iāve set up an option set for āAdminā āClientā and āmanagerā under a created data type called āRoleā. But am not sure if the system understands this as the data type is just ātextā.