how to stop a user to change main admin account

what version of vbulletin. 3.7 and above it is done by the config.php on the server. If only one admin is allowed to access the server then your ok..if not then who ever has access can change what they want.
 
read my post again and this time READ IT.

Code:
[color=Red][b]it is done by the config.php on the server[/b][/color]
 
In config.php file, look for...

Code:
//	****** 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'] = '';

And enter your user ID here... $config['SpecialUsers']['undeletableusers'] = 'USER ID'
 
k_hunter I told them where to look and stop second posting my post's and as I stated if there is another admin with ftp access the above is worthless.
 
Back
Top