this post was submitted on 15 Nov 2021
8 points (100.0% liked)

lemmur

2 readers
1 users here now

Community dedicated to discussions around a mobile lemmy client

Code repository: github.com/LemmurOrg/lemmur

Contribute translations: Weblate

Download for your device:

Support development:

Before asking for help with a problem make sure you've read the FAQ

founded 3 years ago
MODERATORS
 

I've copied my password from bitwarden, I can log in with it on a browser, but the lemmur app just keeps telling my my password is incorrect

I'm using android 11

top 5 comments
sorted by: hot top controversial new old
[–] Aarkon@feddit.de 5 points 2 years ago (1 children)

I had similar issues with web based services like Gmail in the past. Iirc it had to do with certain characters in the password being escaped or stripped from the user input on the client, e.g. ones that may be used for SQL injection. I don't know anything about your passwords, but if you make use of !, ., "or something alike chances are that you're running into the same problems I had.

[–] Suspikuutti@lemmy.ml 5 points 2 years ago (1 children)

This didn't fix it, but after I changed my password to be a bit shorter, I finally got in. So on a browser you can have a longer password, but lemmur-app can't handle it. I'm not going into detail here about how long my password was and how long it is now for obvious reasons

[–] shilangyu@lemmy.ml 3 points 2 years ago (1 children)

Please check my comment above. It's not that lemmur can't handle it, we just don't alter your password. Sorry for exposing your old password length :P

[–] Aarkon@feddit.de 2 points 2 years ago

... and the new one, it's 60 😉

[–] shilangyu@lemmy.ml 4 points 2 years ago

Please check this thread: https://github.com/krawieck/lemmur/issues/259

This is a bug in lemmy where it will trim your password to 60chars without telling you. We don't do any trimming hence it rejects your credentials.

So if any of you have a password longer than 60 chars, FYI your actual password is only the first 60 chars