civicrm: merge the two "how to create an account" sections authored by anarcat's avatar anarcat
...@@ -140,11 +140,9 @@ accessible only by TPA. To add a user, on the backend server ...@@ -140,11 +140,9 @@ accessible only by TPA. To add a user, on the backend server
htdigest /etc/apache2/htdigest 'Tor CRM' $USERNAME htdigest /etc/apache2/htdigest 'Tor CRM' $USERNAME
## Granting a new admin access A Drupal user also needs to be created for that person. If you
yourself don't have access to the Drupal interface yet, you can get
When onboarding a new TPA member, the new member can create their own admin user access to the admin user through root access to the server with:
as soon as they have root access to the server. To achieve this they can use the
following commands:
sudo -i -u torcivicrm sudo -i -u torcivicrm
cd /srv/crm.torproject.org/htdocs-prod && drush uli toradmin cd /srv/crm.torproject.org/htdocs-prod && drush uli toradmin
... ...
......