From f9a4e0d1488fecb87561065bde5dd356b14b6163 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 4 Jun 2024 15:04:07 -0500 Subject: Create email_verification.gmi --- issues/gn-auth/email_verification.gmi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 issues/gn-auth/email_verification.gmi 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 -- cgit v1.2.3