It seems like the password limit is set to 60 characters so I’m unable to login to my instance. There probably should be no limit in the app because each server could have different limits set.
It seems like the password limit is set to 60 characters so I’m unable to login to my instance. There probably should be no limit in the app because each server could have different limits set.
Hi all,
Continuing the discussion from GitHub… Here is the PR I opened.
https://github.com/thunder-app/thunder/pull/766
However, there’s still some discussion to be had about whether this is the right change.
@snowe, a couple questions…
Thanks!!
I believe Jerboa also has this character limit as mentioned in this PR. It seems like they truncate the password to take the first 60 characters if it’s too long. This is what Thunder also follows as of right now, except it’s shown explicitly to the user in the login modal