Create an Admin page with restricted access?

Is there any way to create an admin page that only I can access? If so, how would I go about that?

I’m pretty new to this, so if this has already been answered feel free to point me to the previous answers!

You can create a page that redirects users away from it if their email address isn’t yours. I’ve done this for a few apps, and it works fine. One thing to note: I would hide everything by default, and only show it when the current user’s email address = yours.

You could also have a yes/no field on each type of user called something like, “isSiteAdmin.” It would be set to NO for everybody except you, then use that to determine whether or not to show the page.

2 Likes

Thank you!

This topic was automatically closed after 70 days. New replies are no longer allowed.