##// END OF EJS Templates
docs: update menu navigation notation to use *Menu > Menu Item*...
Søren Løvborg -
r5426:66f1b974 default
parent child Browse files
Show More
@@ -171,7 +171,8 b' available via PyPI, so you can install i'
171 your system, so before installing it check that you have at
171 your system, so before installing it check that you have at
172 least the ``openldap`` and ``sasl`` libraries.
172 least the ``openldap`` and ``sasl`` libraries.
173
173
174 LDAP settings are located in the Admin->LDAP section.
174 Choose *Admin > Authentication*, click the ``kallithea.lib.auth_modules.auth_ldap`` button
175 and then *Save*, to enable the LDAP plugin and configure its settings.
175
176
176 Here's a typical LDAP setup::
177 Here's a typical LDAP setup::
177
178
@@ -486,8 +487,7 b' Hook management'
486 ---------------
487 ---------------
487
488
488 Hooks can be managed in similar way to that used in ``.hgrc`` files.
489 Hooks can be managed in similar way to that used in ``.hgrc`` files.
489 To access hooks setting click `advanced setup` in the `Hooks` section
490 To manage hooks, choose *Admin > Settings > Hooks*.
490 of Mercurial Settings in Admin.
491
491
492 The built-in hooks cannot be modified, though they can be enabled or disabled in the *VCS* section.
492 The built-in hooks cannot be modified, though they can be enabled or disabled in the *VCS* section.
493
493
@@ -27,8 +27,8 b' Kallithea sends an email to `users` on s'
27 - when they request a password reset
27 - when they request a password reset
28
28
29 Kallithea sends an email to all `administrators` upon new account registration.
29 Kallithea sends an email to all `administrators` upon new account registration.
30 Administrators are users with the ``Admin`` flag set in the ``Admin->Users``
30 Administrators are users with the ``Admin`` flag set on the *Admin > Users*
31 section.
31 page.
32
32
33 When Kallithea wants to send an email but due to an error cannot correctly
33 When Kallithea wants to send an email but due to an error cannot correctly
34 determine the intended recipients, the administrators and the addresses
34 determine the intended recipients, the administrators and the addresses
General Comments 0
You need to be logged in to leave comments. Login now