View Full Version : Help me?
prince1111
07-21-2008, 02:12 AM
this one doubt,
i give admin post to one user then i need he can't change my profile..if i give to users permission in administrator permmision then he can change my name or pwd or anything...?
i need any admin can't change my profile..any solution?
RLShare
07-21-2008, 02:15 AM
There is a section in the config.php where you can put your user ID so you are then uneditable by anyone. I forgot what it is but config is well documented.
dtv100
07-21-2008, 02:16 AM
on /include/config.php file you can set your self as undelete .
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$config['SpecialUsers']['undeletableusers'] = 'your userid here' ;
prince1111
07-21-2008, 04:20 AM
on /include/config.php file you can set your self as undelete .
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$config['SpecialUsers']['undeletableusers'] = 'your userid here' ;
Thanks..............
Dismounted
07-21-2008, 06:03 AM
Also note that you will not be able to edit yourself in the Admin CP, but you can via the User CP.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.