Hello. Please tell me how can I solve the described problem.
I have a login page with email and password inputs.
When I enter the admin email (for a free account it is [your-appname][email protected]) I want to go to a special admin page. But the application asks for a password. What password should I enter to test the transition to the admin page?
I don’t know what screenshot to take. This is a standard sign up window where the user enters an email and password.
If the user enters a certain (admin) email and password, he gets to the admin page. In all other cases, users are taken to the menu page.
When I upgrade to a paid plan, I can set up an email and password in the app’s settings. On the free plan, I can’t do that. In this case, the admin e-mail is considered to be [your-appname][email protected] This is written in the manual. I want to know what is the admin password for the free plan.
Do you mean to create an additional column in the database yes/no and mark it as “yes” for the user whose e-mail will be admin? This may be a solution to the problem. But what I originally meant was:
Quote from the bubble manual:
Website admin email
This returns the admin email of the app. Without a paid Bubble plan or domain, the email will be [your-appname][email protected]. With a paid Bubble plan and domain, the email will be what is set in the Domain & Email section in the Settings Tab. Use this instead of hardcoding the email because it can change over time, such as signing up for a paid Bubble plan.