this post was submitted on 03 Jun 2023
7 points (100.0% liked)

Jerboa

10270 readers
2 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 2 years ago
MODERATORS
 

I'm not actually sure what the problematic character is - it might have been " " or another special character (obviously I'd rather not reveal my password ๐Ÿ˜‰).

I usually use full, grammatically correct sentences for passwords ("passphrases"). It works in desktop, but in Jeroba if your password has that phrase it won't log you in.

Instead, you'll be listed as "Anonymous" and you won't be able to take any action other than switch to a different account or sign out. It took me to my home instance, but I couldn't actually do anything.

After changing my password to a more "traditional" one, everything worked fine.

top 1 comments
sorted by: hot top controversial new old
[โ€“] Tebz@lemmy.ml 6 points 1 year ago

I did a quick peak at the code for the jeroba app. The only thing that stands out is that there is a trim() method call on the password field before submit. If your passphrase contained leading or trailing whitespace that could be the cause.