Changes between Initial Version and Version 1 of red-add-site-wide-admin


Ignore:
Timestamp:
Jan 16, 2013, 10:32:44 PM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • red-add-site-wide-admin

    v1 v1  
     1= How do I add an administrator to the control panel? =
     2
     3The control panel allows us to add usernames (that correspond to the login field of a user account) that should have site-wide admin privileges.
     4
     5There is no web interface. Instead, the usernames have to be inserted via a sql statement:
     6
     7{{{
     8ssh root@hay.mayfirst.org
     9mysql seso
     10INSERT INTO red_sitewide_admin SET user_name = 'USERNAME-HERE'
     11}}}