View Full Version : set yourself as undeletable user
radarhunter
08-07-2007, 04:06 AM
hi,
I visited this page : http://www.vbulletin.com/forum/showthread.php?t=172234
and there was a 15th point there :
15. Update the config.php file and set yourself as undeletable user so they can't touch your admin account.
Could someone please guide me how to do so ????
ZomgStuff
08-07-2007, 04:15 AM
It's a file located @ /forum/includes/config.php.
Check towards the bottom, that is where that variable is set.
radarhunter
08-07-2007, 04:19 AM
i know where the file is i jus` don`t know which variable to change or add.....
tipoboy
08-07-2007, 06:06 AM
just add your user number there assuming you set up your form it would useually be '1' you set it to
Brandon Sheley
08-07-2007, 06:11 AM
search for this Radarhunter
// ****** 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'] = '';
$config['SpecialUsers']['undeletableusers'] = 'add number here';
radarhunter
08-07-2007, 06:12 AM
Thanks :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.