Changes
Page history
crm: the drupal admin menu doesn't show up by default
authored
Jul 10, 2025
by
lelutin
Show whitespace changes
Inline
Side-by-side
service/crm.md
View page @
e06cce99
...
...
@@ -429,6 +429,11 @@ Most operations with CiviCRM happen over a web interface, in a web
browser. There is a
[
CiviCRM API
](
https://docs.civicrm.org/dev/en/latest/api/
)
but it's rarely used by Tor's
operators.
Users that are administrators can also access the drupal admin menu, but it's
not shown in the civicrm web interface. You can change the URL in your browser
to any drupal section (for example
<https://crm.torproject.org/admin/user>
) to
get the drupal admin menu to appear.
The
`torcivicrm`
user has a command-line CiviCRM tool called
[
`cv`
](
https://github.com/civicrm/cv
)
in its
`$PATH`
which talks to that API to perform various functions.
...
...
...
...