Hi,
if i logged in in my project i can't see anymore the red button to the administration area. If i try to login me directly to the admin area, i looped back to login page. I logged me in aggain, but nothings happen. I'm the only user in my Project who has Superuser Rights, what is wrong?
For 3 weeks all was right, then i uploaded my project aggein with some changes, now i'm a normal user.
I use AppGini 5.50 beta.
Thank You.
Greetings Panadu
Admin Area - No Button anymore
Re: Admin Area - No Button anymore
Sounds like you have logged in as an Admin, not the Super Admin
Check the config.php file for this line:
'adminUsername' => "this_will_be_your_superadmin_username"",
Make sure the Username that you are logging in with matches the 'adminUsername' array value (which is the Username for the Super Admin)
Check the config.php file for this line:
'adminUsername' => "this_will_be_your_superadmin_username"",
Make sure the Username that you are logging in with matches the 'adminUsername' array value (which is the Username for the Super Admin)
Re: Admin Area - No Button anymore
Hi
It is possible to have more than one "Super Admin"?
I need to grant acess to the super admin area to more than "admin" user. How can I do that?
It is possible to have more than one "Super Admin"?
I need to grant acess to the super admin area to more than "admin" user. How can I do that?
Re: Admin Area - No Button anymore
In recent versions of AppGini (starting from 22.12), there is an option specifically for that:

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Admin Area - No Button anymore
Of course! Yes, I saw it shortly after and forgot to delete the post. Thank you so much!