Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
AndyF Posted February 7, 2008 Posted February 7, 2008 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.
Tony Posted February 7, 2008 Posted February 7, 2008 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'] = '';
FrostedPopTart Posted February 8, 2008 Posted February 8, 2008 This would be good for 3.0 (or whenever). :)
.Ryan Posted February 8, 2008 Posted February 8, 2008 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.
AndyF Posted February 11, 2008 Posted February 11, 2008 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.
Axel Wers Posted February 11, 2008 Posted February 11, 2008 if they have access to the SQL toolbox, its defeated easily How? Can You edit data via SQL Toolbox? :huh:
AndyF Posted February 11, 2008 Posted February 11, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.