Page 1 of 1

Admin Area - No Button anymore

Posted: 2016-02-08 19:17
by Panadu
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

Re: Admin Area - No Button anymore

Posted: 2016-02-09 09:59
by peebee
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)

Re: Admin Area - No Button anymore

Posted: 2023-06-19 14:45
by compusoft
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?

Re: Admin Area - No Button anymore

Posted: 2023-06-20 01:53
by peebee

Re: Admin Area - No Button anymore

Posted: 2023-06-20 15:16
by a.gneady
compusoft wrote:
2023-06-19 14:45
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?
In recent versions of AppGini (starting from 22.12), there is an option specifically for that:
Screenshot 2023-06-20 181223.png
Screenshot 2023-06-20 181223.png (34.71 KiB) Viewed 4769 times

Re: Admin Area - No Button anymore

Posted: 2023-06-21 23:51
by compusoft
Of course! Yes, I saw it shortly after and forgot to delete the post. Thank you so much!