Posts: 31
	Threads: 14
	Joined: Mar 2009
	
Reputation: 
0
	 
	
	
		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
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,456
	Threads: 39
	Joined: Dec 2008
	
Reputation: 
6
	 
	
	
		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