blob: 41eae98ea81f48b9b79e70d2b98b0bce48320f37 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# E-Mail Verification
## Tags
* status: open
* priority: medium
* type: enhancement
* assigned: fredm, zsloan
* keywords: gn-auth, oauth2, email
## Description
When setting up e-mail verification, the following configurations should be set for gn-auth:
SMTP_HOST = "smtp.uthsc.edu"
SMTP_PORT = 25 (not 587, which is what we first tried)
SMTP_TIMEOUT = 200 # seconds
Not sure about username/password yet. We tried UNKNOWN/UNKNOWN and my own (Zach's) username/password
Note that this host is only visible on the internal network of UTHSC. It won't work for tux02.
|