Jump to content

[Suggestion] Protected accounts

Featured Replies

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.

1

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

+1

+1

This would be good for 3.0 (or whenever). :)

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.

Great idea, +1.

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.

if they have access to the SQL toolbox, its defeated easily


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

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

Ah yes, I forgot :D

Archived

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

Recently Browsing 0

  • No registered users viewing this page.