summaryrefslogtreecommitdiff
path: root/issues/gn-auth/email_verification.gmi
blob: 8147bb5ac6333c80f0cdc8478d25f9df47b396c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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