diff options
author | zsloan | 2024-06-04 15:04:07 -0500 |
---|---|---|
committer | GitHub | 2024-06-04 15:04:07 -0500 |
commit | f9a4e0d1488fecb87561065bde5dd356b14b6163 (patch) | |
tree | 9242d6e1416c8694d6468b303cced82ba2e57894 /issues/gn-auth/email_verification.gmi | |
parent | 5c0597561611c91023f43fe6a08c13d995675b5e (diff) | |
download | gn-gemtext-f9a4e0d1488fecb87561065bde5dd356b14b6163.tar.gz |
Create email_verification.gmi
Diffstat (limited to 'issues/gn-auth/email_verification.gmi')
-rw-r--r-- | issues/gn-auth/email_verification.gmi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/issues/gn-auth/email_verification.gmi b/issues/gn-auth/email_verification.gmi new file mode 100644 index 0000000..8147bb5 --- /dev/null +++ b/issues/gn-auth/email_verification.gmi @@ -0,0 +1,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 |