crm: add more details for access setup authored by Jérôme Charaoui's avatar Jérôme Charaoui
...@@ -15,6 +15,14 @@ The main website is at: ...@@ -15,6 +15,14 @@ The main website is at:
It is protected by basic authentication and the site's login as well, It is protected by basic authentication and the site's login as well,
so you actually need *two* sets of password to get in. so you actually need *two* sets of password to get in.
To set up basic authentication for a new user, the following command must be
executed on the CiviCRM server:
htdigest /etc/apache2/htdigest 'Tor CRM' <username>
Once basic authentication is in place, the Drupal/CiviCRM login page can be
accessed at: https://crm.torproject.org/user/login
# Howto # Howto
## Monitoring mailings ## Monitoring mailings
... ...
......