Jump to content

[Suggestion] Protected accounts


Guest AndyF

Recommended Posts

Posted

VB did (does?) have something a bit like this (but not quite)

Anyway, it would be nice to see a protected account feature (something you would add to conf_global.php possibly) like this...

$INFO['protected_acc']			=	'1';

Or possibly...

$INFO['protected_acc']			=	'1,17,432';



Any member id specified in here would NOT be editable at all by anyone in the ACP / User Control Panel etc.

Posted

Yea, vBulletin have that option. You can put protected members ID's in config.php file. Nice idea though. :)

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

Posted

I will have to agree this is a nice idea so when you have multiple root management admins the delete or edit function does not work on them. Although if your co-admin has access to FTP it really defeats the purpose but still, a nice check in place.

Posted

One problem I though of is if they have access to the SQL toolbox, its defeated easily :( ... Although I have a suggestion (in a new topic) for this.

Posted

How? Can You edit data via SQL Toolbox? :huh:


If they had access to the toolbox , they could just do something like this...

UPDATE ibf_members SET `mgroup` = x WHERE `id` = y



x being the member group and y being the member id

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...