Update plex token cache when password is changed

Fixed: New plex.tv password not taking effect immediately
Fixed: Prevent an incorrect plex.tv password from locking out account
This commit is contained in:
Mark McDowall
2015-07-05 22:45:51 -07:00
parent 84ae81efe3
commit 61de750e05
6 changed files with 53 additions and 21 deletions

View File

@@ -2,9 +2,9 @@
<div class="modal-header">
<button type="button" class="close" aria-hidden="true" data-dismiss="modal">&times;</button>
{{#if id}}
<h3>Edit - {{implementation}}</h3>
<h3>Edit - {{implementationName}}</h3>
{{else}}
<h3>Add - {{implementation}}</h3>
<h3>Add - {{implementationName}}</h3>
{{/if}}
</div>
<div class="modal-body indexer-modal">

View File

@@ -2,9 +2,9 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
{{#if id}}
<h3>Edit - {{implementation}}</h3>
<h3>Edit - {{implementationName}}</h3>
{{else}}
<h3>Add - {{implementation}}</h3>
<h3>Add - {{implementationName}}</h3>
{{/if}}
</div>
<div class="modal-body notification-modal">