Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 7, 200817 yr 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.
February 7, 200817 yr 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'] = '';
February 8, 200817 yr 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.
February 11, 200817 yr 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.
February 11, 200817 yr if they have access to the SQL toolbox, its defeated easily How? Can You edit data via SQL Toolbox? :huh:
February 11, 200817 yr 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.