comparison docs/usage/email.rst @ 5426:66f1b9745905

docs: update menu navigation notation to use *Menu > Menu Item* Follow Apple's notation for 'Menus' from http://help.apple.com/asg/mac/2013/#apsg1f285825 .
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 24 Aug 2015 11:11:02 +0200
parents 22a3fa3c4254
children fbbe80e3322b
comparison
equal deleted inserted replaced
5425:5ae8e644aa88 5426:66f1b9745905
25 commented regardless 25 commented regardless
26 - when they are invited as reviewer in pull requests 26 - when they are invited as reviewer in pull requests
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
35 specified in ``email_to`` in the configuration file are used as fallback. 35 specified in ``email_to`` in the configuration file are used as fallback.
36 36