Quote:
Originally Posted by Wachtmeister
How can i deprotect me (as admin / userid=1) against theft?
I am now currently protected and don't want to be. Am i blind?
|
For now you would have to hack the action file.
Remove the following code from action.changeotherusertitle.php
Quote:
Code:
// you cant change an administrators user title 
if (($touser['usergroupid'] == '6') || ($touser['userid'] == '1'))
{
// display error, this user is protected against this action
eval(standard_error(fetch_error('estore_protected_ user')));
}
|
EDIT: Sorry, just realised I was thinking of title changes. I 'm sure thief settings is in Eshop or Ebux options > Thief fails against staff or similar.