desura / Desurium

Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
https://www.desura.com/es
GNU General Public License v3.0
270 stars 42 forks source link

Password length problem #559

Closed Plak closed 10 years ago

Plak commented 11 years ago

Hi,

there seems to be a problem with the password length. I am usually using a password with a length of over 25. I can log into the website with that password without any issues. I can not log into the desurium client with a password that long. I do get an "wrong password" error.

desurium version 2:0.8.0~rc9-0ubuntu1makson1 from http://ppa.launchpad.net/makson96/desurium-stable/ubuntu

Best regards, Plak

Jookia commented 11 years ago

From what I can tell this may be an API problem:

WebCoreClass::logIn has a correct password parameter and posts it to the server, using webCoreClass::postToServer. However, it fails when looking for the 'member' element.

Unless there's a flaw somewhere here, it looks to be a server-side problem. Can I summon @intenscia ?

Jookia commented 11 years ago

Just after writing that it seemed to be magically fixed, with no code intervention? Can anybody confirm this?

karolherbst commented 11 years ago

works for me on windows, too

Jookia commented 10 years ago

I'm assuming this was a backend problem with client APIs.