summaryrefslogtreecommitdiff
path: root/issues/gn-auth
diff options
context:
space:
mode:
authorzsloan2024-06-04 15:04:07 -0500
committerGitHub2024-06-04 15:04:07 -0500
commitf9a4e0d1488fecb87561065bde5dd356b14b6163 (patch)
tree9242d6e1416c8694d6468b303cced82ba2e57894 /issues/gn-auth
parent5c0597561611c91023f43fe6a08c13d995675b5e (diff)
downloadgn-gemtext-f9a4e0d1488fecb87561065bde5dd356b14b6163.tar.gz
Create email_verification.gmi
Diffstat (limited to 'issues/gn-auth')
-rw-r--r--issues/gn-auth/email_verification.gmi19
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