Updated Setup (markdown)

Harvey Tindall 2020-04-24 21:18:31 +01:00
parent 21ea21a3e1
commit 0276061b83

@ -35,7 +35,7 @@ After that, open the config at the path specified and get to configuring.
* It works with their REST API. Upon creating an account and setting up your domain, you should be displayed the API url and key. put these respectively as `api_url` and `api_key`.
* **password_resets**
* Enabling this will take the emails that new users enter in the creation form and store them. When the user triggers a 'reset password' on the Jellyfin login page, the PIN required will be sent to the email address corresponding to the user. For pre-existing users, simply add them to the `emails.json` file.
* `watch_directory` is the folder to watch for password reset files. To figure out where this should be, load up Jellyfin and press the 'Forgot password' button. Enter your username, and a popup will appear telling you the path of the created password reset file. Put that directory here.
* `watch_directory` is the folder to watch for password reset files. To figure out where this should be, load up Jellyfin and press the 'Forgot password' button. Enter your username, and a popup will appear telling you the path of the created password reset file. e.g for the below image, you would put `/config` as your `watch_directory`. ![password reset](https://dump.hrfee.pw/pwr.png)
* Unless you want to use a custom format for your emails, leave `email_html` and `email_text` blank. If you want to customize them, look [here](https://github.com/hrfee/jellyfin-accounts#emailspassword-resets).
* `subject` is the subject of the email.
* **invite_emails**