plexrequests-meteor icon indicating copy to clipboard operation
plexrequests-meteor copied to clipboard

Usernames with special characters fail to login

Open mKeRix opened this issue 8 years ago • 3 comments

Hey there,

together with a friend we discovered that you can't login to PlexRequests if your Plex.tv username contains special characters such as ä, ü, ö etc. The name shows up correctly in the log, but it always fails to login - even with the correct password. After renaming the Plex account everything worked fine.

A fix would be good, as these characters are allowed in any Plex.tv username and rather common in some languages.

mKeRix avatar Jan 24 '17 13:01 mKeRix

Hmm, gonna need to look into JavaScripts handling of Unicode characters.

Question, does it work if you turn off the need for a password or does it still fail?

On Tue, Jan 24, 2017, 7:24 AM Heiko Rothe [email protected] wrote:

Hey there,

together with a friend we discovered that you can't login to PlexRequests if your Plex.tv username contains special characters such as ä, ü, ö etc. The name shows up correctly in the log, but it always fails to login - even with the correct password. After renaming the Plex account everything worked fine.

A fix would be good, as these characters are allowed in any Plex.tv username and rather common in some languages.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lokenx/plexrequests-meteor/issues/432, or mute the thread https://github.com/notifications/unsubscribe-auth/AQbPDbPcfB4cTKDbd4oej9ID8LWC8ttEks5rVfuEgaJpZM4LsQVW .

RickyGrassmuck avatar Jan 24 '17 13:01 RickyGrassmuck

I just created a test account called "Bärenjunge" and tested logging in with and without password. When I disable password authentication the login works fine, with password I get a 401 error popup (wrong username/password) - so it seems to be related to the password check.

(sorry for the long silence)

mKeRix avatar Jan 30 '17 13:01 mKeRix

Recently updated the Plex Authentication library and I suspect this issue will likely be resolved since we're now using the new Plex login endpoint.

RickyGrassmuck avatar Dec 14 '17 20:12 RickyGrassmuck