Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to Disable 2FA #1136

Closed
3 tasks done
RUzOfuz5m opened this issue Aug 4, 2023 · 5 comments · Fixed by #1137
Closed
3 tasks done

Option to Disable 2FA #1136

RUzOfuz5m opened this issue Aug 4, 2023 · 5 comments · Fixed by #1137
Labels
enhancement New feature or request

Comments

@RUzOfuz5m
Copy link

Pre-Flight checklist

  • Did you check to see if this issue already exists?
  • This is a single feature request. (Do not put multiple feature requests in one issue)
  • This is not a question or discussion. (Use https://lemmy.ml/c/jerboa for that)

Describe The Feature Request Below

I'm looking for a way to disable 2FA within the app. I hit this bug and locked myself out everywhere but jerboa.

@RUzOfuz5m RUzOfuz5m added the enhancement New feature or request label Aug 4, 2023
@MV-GH
Copy link
Collaborator

MV-GH commented Aug 4, 2023

Jerboa does not even support the option to enable 2FA yet. In the mean time a possible solution to your problem is, if you can connect it to Android Studio you will be able to read the database that Jerboa uses to store your JWT. Using that token you can disable the option. Nvm that probably only works in debug mode. And I patched the logs leaking the JWT a while ago. So it's probably gonna be a while until we add that option. Adding the option is not really the problem, comparability with older version is. Ah nvm it was added in 18.0

@MV-GH
Copy link
Collaborator

MV-GH commented Aug 5, 2023

app-release.zip

Here you go, I added the option

@RUzOfuz5m
Copy link
Author

Thank you for this but I installed it via F-Droid so they key doesn't match and Android will not let me install/update it.

My phone isn't rooted but I've looked anyway and I cant find the token. I'm going to try and root, (not sure if I can with GrapheneOS) backup my app data, install this, then restore later today.

Thanks all!

@MV-GH
Copy link
Collaborator

MV-GH commented Aug 6, 2023

Android will not let me install/update it.

Play protect? you can disable it but the popup also gives an option to install it anyway

My phone isn't rooted but I've looked anyway and I cant find the token. I'm going to try and root, (not sure if I can with GrapheneOS) backup my app data, install this, then restore later today.

If you have a google account and installed through play store (not sure about Fdroid). It will automatically back up the data. see https://developer.android.com/guide/topics/data/autobackup

You could also wait for the next release which is probably in a week

Another option is to ask your admin to disable the usersetting for you.

@RUzOfuz5m
Copy link
Author

Play protect? you can disable it but the popup also gives an option to install it anyway

No google account, no google play services or Play Protect. F-Droid doesn't back anything up as far as I know. If I ignore all the warnings and prompts I get "App not installed as package conflicts with an existing package."

I'll message the admins, Thanks for trying! worst case I'll wait for the F-Droid update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants