Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteve Azzopardi <sazzopardi@gitlab.com>2018-11-26 11:26:35 +0300
committerSteve Azzopardi <sazzopardi@gitlab.com>2018-11-26 11:26:35 +0300
commit2f668e408d804d56275f2c85f447b539b3f844a4 (patch)
tree91989f4c60668392aebd3b561a93c33b280c3fba /doc
parent1bb764aaa279f1badde793cd241d347a24fdb172 (diff)
parent11f06eea6df058ac342811138597081eafb1de65 (diff)
Merge branch 'security-email-change-notification-11-5' into 'security-11-5'
[11.5] Resolve: "Provide email notification when a user changes their email address" See merge request gitlab/gitlabhq!2602
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/notifications.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md
index c590ac4b0ba..020aa73f809 100644
--- a/doc/workflow/notifications.md
+++ b/doc/workflow/notifications.md
@@ -64,6 +64,8 @@ Below is the table of events users can be notified of:
|------------------------------|-------------------------------------------------------------------|------------------------------|
| New SSH key added | User | Security email, always sent. |
| New email added | User | Security email, always sent. |
+| Email changed | User | Security email, always sent. |
+| Password changed | User | Security email, always sent. |
| New user created | User | Sent on user creation, except for omniauth (LDAP)|
| User added to project | User | Sent when user is added to project |
| Project access level changed | User | Sent when user project access level is changed |