From 20d035b7b32be7837ad195ed2c231d4164285ff5 Mon Sep 17 00:00:00 2001 From: Patrick Clery Date: Sun, 5 May 2019 02:38:40 -0700 Subject: [PATCH] Add an easy link to claim the Plex Token (#9383) Plex has since added a link for a page to claim the token without needing to dig into the HTTP headers. --- source/_components/plex.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown index 4a506cba862..96897830e66 100644 --- a/source/_components/plex.markdown +++ b/source/_components/plex.markdown @@ -37,7 +37,7 @@ If your Plex server has local authentication enabled or multiple users defined,

-If you don't know your token, see [Finding your account token / X-Plex-Token](https://support.plex.tv/hc/en-us/articles/204059436). +To authorize your device, you'll first need to [click here to claim a token](https://plex.tv/claim). If your server enforces SSL connections, write "`on`" or "`true`" in the _"Use SSL"_ field. If it does not have a valid SSL certificate available but you still want to use it, write "`on`" or "`true`" in the _"Do not verify SSL"_ field as well. @@ -265,4 +265,4 @@ verify_ssl: required: false default: true type: boolean -{% endconfiguration %} \ No newline at end of file +{% endconfiguration %}