From 05c7b7156b74e3edeaa0a5f0128faaece68e3e6b Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 2 Aug 2020 13:13:33 +0100 Subject: [PATCH] Add notice about smtp --- README.md | 4 +++- invites.json | 25 ------------------------- 2 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 invites.json diff --git a/README.md b/README.md index 15a4e54..a8f2c8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ![jfa-go](images/jfa-go-banner-wide.svg) -A rewrite of [jellyfin-accounts](https://github.com/hrfee/jellyfin-accounts) in Go. It has feature parity with the Python version, but should be faster. +A rewrite of [jellyfin-accounts](https://github.com/hrfee/jellyfin-accounts) in Go. It has feature parity\* with the Python version, but should be faster. + +\* *currently missing SMTP support.* #### Install/usage diff --git a/invites.json b/invites.json deleted file mode 100644 index f33d62a..0000000 --- a/invites.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "Ucfde4vQQxFFVbN8zopiCA": { - "created": "28/7/20 14:40", - "no-limit": true, - "valid_till": "2020-07-29T14:40:40.100081", - "email": "hrfee@pm.me", - "used-by": [ - [ - "test@test.com", - "28/7/20 14:40" - ] - ], - "notify": { - "harveyltindall@gmail.com": { - "notify-expiry": true, - "notify-creation": true - } - } - }, - "kr6M9PirRk0gmlCgaJTB-g": { - "created": "28/7/20 14:41", - "remaining-uses": 20, - "valid_till": "2020-07-29T14:41:18.130088" - } -} \ No newline at end of file