summaryrefslogtreecommitdiffstats
path: root/api/user.go
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-08 08:48:12 -0400
committerenahum <nahumhbl@gmail.com>2016-09-08 09:48:12 -0300
commitb6ed10a31ecf16f7a0cf594db6b5a10e983e2db9 (patch)
tree08b289a5241827df4c6eebf7c23d1e2f2de4d218 /api/user.go
parentba2e131804cb28c9ae133aaafe24187243f6e2f3 (diff)
downloadchat-b6ed10a31ecf16f7a0cf594db6b5a10e983e2db9.tar.gz
chat-b6ed10a31ecf16f7a0cf594db6b5a10e983e2db9.tar.bz2
chat-b6ed10a31ecf16f7a0cf594db6b5a10e983e2db9.zip
PLT-3766 Change remaining LDAP references to AD/LDAP (#3985)
* Update user.go * Update en.json * Update ldap_test_button.jsx * Update en.json
Diffstat (limited to 'api/user.go')
-rw-r--r--api/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/user.go b/api/user.go
index daa405ad4..a33e2f7d7 100644
--- a/api/user.go
+++ b/api/user.go
@@ -2156,7 +2156,7 @@ func emailToLdap(c *Context, w http.ResponseWriter, r *http.Request) {
return
}
- go sendSignInChangeEmail(c, user.Email, c.GetSiteURL(), "LDAP")
+ go sendSignInChangeEmail(c, user.Email, c.GetSiteURL(), "AD/LDAP")
m := map[string]string{}
m["follow_link"] = "/login?extra=signin_change"