Added icons and banner

Added a jellyfin inspired icon, and a banner to the README.md
This commit is contained in:
2020-05-13 18:46:02 +01:00
parent c84462bfbc
commit bb864ce46e
22 changed files with 251 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
# jellyfin-accounts
***New: Now capable of sending password reset emails!***
# ![jellyfin-accounts](images/jellyfin-accounts-banner-wide.svg)
A basic account management system for [Jellyfin](https://github.com/jellyfin/jellyfin).
* Provides a web interface for creating invite codes
* Provides a web interface for creating invite codes, and a simple account creation form
* Sends out emails when a user requests a password reset
* Uses a basic python jellyfin API client for communication with the server.
* Uses [Flask](https://github.com/pallets/flask), [HTTPAuth](https://github.com/miguelgrinberg/Flask-HTTPAuth), [itsdangerous](https://github.com/pallets/itsdangerous), and [Waitress](https://github.com/Pylons/waitress)