Quote:
|
Originally Posted by till
There is currently function to have more then one admin user.
You can try to make a copy of the admin user line in the sys_user table and insert it again with a changed username and the doc_id must be set to max(doc_id) + 1 because its a auto increment column. It might work but I've not tested it if all parts of the code use only the perms field to determine if it is a admin user.
You will have to duplicate the corresponding line in sys_nodes for the admin user record too.
|
Hi,
I did the following
Created a new reseller tmdgadmin.
Then canged teh entry in the table as follows :-
update sys_user set perms='rwa' where username='tmdgadmin';
update sys_user set modules='sys,isp,dns,isp_file,isp_fakt,tools,help' where username='tmdgadmin';
When I log on to ISPConfig with this new user I now get presented with the "Managment" optionin the tool bar. If I select that I get the Managment menu on the left. But Selecting say Server -> Services results in "You do not have the necessary privileges to read or edit this entry."
Can you point me at teh php that is getting/giving the error so that I can look in to this further.
Tom.
Recent comments
1 day 2 hours ago
1 day 2 hours ago
1 day 7 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 20 hours ago
2 days 3 hours ago
2 days 7 hours ago
2 days 8 hours ago