Adding users to CES-wiki
Jump to navigation
Jump to search
Creating and Adding Users to the CES IT Wiki
[edit | edit source]Steps to create user
[edit | edit source]- Log in as an administrator to the CES IT Wiki
- Under "Special pages," go the the "Login/create account section" and click "Create account"
- Follow the instructions to build the account and send the new user an email to notify
- Using ssh, log into the CES-wiki host server
- Enter the following command to direct to the website maintenance directory:
cd /var/www/html/maintenance
- Enter the following command to promote the user to the appropriate groups
php createAndPromote.php --bureaucrat/sysop/interface-admin --force username [password]
- --force allows changes to existing accounts, the password field is optional with this switch and will force a change if used
- --sysop is administrator