Attempt to hide password on entering it

This commit is contained in:
tomkat83 2016-05-29 17:45:19 +02:00
parent 2bab8d9357
commit eea101872b

View file

@ -869,8 +869,9 @@ class PlexAPI():
self.logMsg('Asking for users PIN', 1) self.logMsg('Asking for users PIN', 1)
pin = dialog.input( pin = dialog.input(
string(39307) + selected_user, string(39307) + selected_user,
type=xbmcgui.INPUT_NUMERIC, '',
option=xbmcgui.ALPHANUM_HIDE_INPUT) xbmcgui.INPUT_NUMERIC,
xbmcgui.ALPHANUM_HIDE_INPUT)
# User chose to cancel # User chose to cancel
# Plex bug: don't call url for protected user with empty PIN # Plex bug: don't call url for protected user with empty PIN
if not pin: if not pin: