The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Multiple Admin Accounts - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Multiple Admin Accounts (/showthread.php?tid=713)



Multiple Admin Accounts - walkingby - May 24th, 2010

What would it take to have multiple admin accounts? I assumed changing the "account_type" field in the database to "admin" would allow for this, but it seems to be more complex than this. Any thoughts?

Thanks!

Brian


RE: Multiple Admin Accounts - Ben - May 27th, 2010

Hi Brian,

Yeah, I doubt that'll work. The reason being, a lot of the code assumes there's only a single administrator account - the first one (account ID = 1).

May I ask, why do you need multiple accounts? All will have exactly the same permissions, of course.

- Ben


RE: Multiple Admin Accounts - walkingby - May 28th, 2010

Hi Ben,

Basically...there will be multiple "admin" users of this specific install. ...and unfortunately the turnover rate is extremely high, so they are very concerned about security. Simply put...they are lazy and not wanting to change passwords every time someone leaves. Smile
(...which in my opinion is silly because they'd have to take the time anyways to create new admin accounts....so it's really more of a can this "easily" happen. ...which the obvious answer before I asked the question was "not really" ...but I thought I'd ask anyways...just to see if I may have overlooked something. Smile

...but it brings up a valid item for the "Feature Suggestions." I have had the need for an "in-between" account. Not a user...but not quite an admin....where they have access to "some" features the admin has...but not all.

Thanks for the response!

Brian

(May 27th, 2010, 8:26 PM)Ben Wrote: Hi Brian,

Yeah, I doubt that'll work. The reason being, a lot of the code assumes there's only a single administrator account - the first one (account ID = 1).

May I ask, why do you need multiple accounts? All will have exactly the same permissions, of course.

- Ben



RE: Multiple Admin Accounts - Ben - May 28th, 2010

Yeah, adding some sort of fine-tuning to the account permissions really is a must. *sigh* I wish I could quit my day job. Wink So much to do on this project...!

- Ben