From d2c65e6a65b5cff301aa7728ac3fa2d71acc69cc Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 27 Jun 2015 20:00:32 +0200 Subject: [PATCH] No longer storing plex username and password. Only token. Redirect to config page if no Plexwatch database set. --- data/interfaces/default/config.html | 80 ++++++++++++++++++++--- data/interfaces/default/css/plexwatch.css | 2 - plexpy/webserve.py | 34 ++-------- 3 files changed, 78 insertions(+), 38 deletions(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index f1226d07..91af2de7 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -162,15 +162,11 @@

Port that Plex Media Server is listening on.

- - -

Username for Plex.tv authentication. Leave empty if no authentication is required.

-
-
- - -

Password for Plex.tv authentication. Leave empty if no authentication is required.

+ + +

Token for Plex.tv authentication. Leave empty if no authentication is required.

+

Fetch Token

@@ -325,6 +321,42 @@
+ +