Show More
@@ -171,7 +171,8 b' available via PyPI, so you can install i' | |||
|
171 | 171 | your system, so before installing it check that you have at |
|
172 | 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 | 177 | Here's a typical LDAP setup:: |
|
177 | 178 | |
@@ -486,8 +487,7 b' Hook management' | |||
|
486 | 487 | --------------- |
|
487 | 488 | |
|
488 | 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 | of Mercurial Settings in Admin. | |
|
490 | To manage hooks, choose *Admin > Settings > Hooks*. | |
|
491 | 491 | |
|
492 | 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 | 27 | - when they request a password reset |
|
28 | 28 | |
|
29 | 29 | Kallithea sends an email to all `administrators` upon new account registration. |
|
30 |
Administrators are users with the ``Admin`` flag set |
|
|
31 | section. | |
|
30 | Administrators are users with the ``Admin`` flag set on the *Admin > Users* | |
|
31 | page. | |
|
32 | 32 | |
|
33 | 33 | When Kallithea wants to send an email but due to an error cannot correctly |
|
34 | 34 | determine the intended recipients, the administrators and the addresses |
General Comments 0
You need to be logged in to leave comments.
Login now