How on earth can you both not accept the password I copied from my password safe and tell me that I cannot use the same pasaword again?
this is probably some half of the site is silently truncating the password, while the other half isn’t
Or adding a space because pasting. That happens a lot too
It’s surprisingly often that the login page doesn’t use the same password processing code as the password reset/account creation pages, and it can be very frustrating at times.
This often happens when you entered the right password but have a typo in the user name. Everyone tries the password again, but nobody spell checks their email or username.
You’re right, this is plausible
What about my banking app???
Six digits!!! Only six digits!!!
I once had to reset my password as the new one got truncated without telling me.
Yes. It was deemed too long.
It was for an company that got plenty of my personal data
Why on earth would someone truncate a password? I could make at least 10 more memea about bad handling of passwords
Why? Probably some wild row length limit being hit where a table storing user data was storing an asinine amount of data, just terrible DB organization in an org where someone said “who even needs a DBA.”
How? If you can truncate user passwords, you should never handle user passwords again, unless you’re a student or hobbyist learning a valuable lesson.
There’s no good reason. Whoever did it, did it for a bad reason. (Oh, well, there’s no good reason until you reach several thousand characters.)
That said, it could be worse. Some sites do not truncate your password at the creation form, and only truncate it on the login screen. (Yeah, that happened to me, in 2 different sites.)
Why is it always the one’s for whom security is of utmost importance?
Login to meme account to share shitposting on the internet: top notch up to date security.
Login to the bank who actually handle my money: Clown ass security practices on obsolete infrastructure.
Yep, one of mine was the federal government’s bounds buying portal…
They improved since then, but it’s always the entity that holds your money or oversees your health…
I had this happen once where input validation on login and password change were different. I was allowed to set my password to a string containing a special character not accepted by the login form. Top men.
I’ve had a similar experience with a service that automatically truncated passwords if they were too long
Note that for others reading this, what normal people think of as too long probably doesn’t signify. Some asshat somewhere may have decided greater than something like 8 characters is “too long.” Without telling you. Said asshat may indeed even be on the database side, and concluded somehow that varchar(8) should be sufficient for storing passwords. Right???
It is not only easy for flagrantly badly designed web systems to display this behavior, but also depressingly common. And more closely the page or system you’re using is related to your local government, the probability of it being hilariously incompetently designed moves ever closer to becoming 1.
Ya know what’s actually even more absurd? The password was truncated on creation. The webpage allowed me to type 36 characters into the field, then only saved the first 30 of them.
I verified the full 36 character password before creating the account, and was immediately met with “wrong password.” Noticed the 30 character limit when looking at the password change form, and tried cutting the last 6 characters off my existing password, which unfortunately was successful.
They must have been storing your password in plaintext on their end in order for that to work.
So not only did somebody forget a maxlength=30 on the field, but their validation on the server side was also crap. Genius!
Get a password manager.
I have some weird mental block regarding starting to use them. I really should stop procrastinating.
Yes, please get a password manager. This improves both security and ease of use.
Start using it! You dont have to insert all your passwords immediately. It can naturally grow, minimizing startup cost
It’s kinda neat when you do, though. For the obvious reason, of course. But I find also that it has the extra feature of showing you all at once just how many accounts you really have.
For most people who use the Internet, I expect it’s easily dozens, perhaps over a hundred. It is truly no wonder why people reuse passwords or rely on simple algorithmic tricks to remember passwords, there is literally no way the common person could develop a unique secure password on their own for all of these services and recall all of them. A secure password manager is truly the only reasonable solution.
Get your shit together bro. Wtf are you even doing with your life. They’re free ffs.
I’ve never really understood why most systems are set up to reject a password reset if it’s the same password. Is there a security issue there that I’m not picking up on?
It seems like they should just let you reset your password anyway if you’ve reached that screen (usually using some kind of authorisation, like using a link with a token in it that gets emailed to you or something).
The security risk I see is that the cause of you resetting your password could be that it is leaked. For that case, it is good to remind the user that they shouldn’t override it with their current password. That said it would be nice to have a “I know what I am doing” option and allow it anyway
If you forgot your password and are trying to reset it with the exact same password you forgot, then you obviously don’t know what you are doing.
Ah, that’s a great point!
Having a “change password” option that allows you to not change your password would be somewhat strange ;)
Lol I usually abort the password reset flow and try to login with the same password lmao
As someone who regularly uses a vpn, I’ve noticed that there’s a surprising number of sites that will just lock your account if they decide they don’t like your ip address.
Yeah, I hate that. They don’t always lock it but will just reject the password with no indication of why.
It’s like when you are trying to blindly install a USB type A . First orientation is wrong so you flip it. Second orientation is wrong so you get confused and flip it again only for it work easily lol.
The joke I’ve heard is that USB cables exist in 4 dimensions, that’s why you need to flip them around twice before they connect.
They could be truncating the password in one form but not the other.
They’re lying about the issue and don’t trust that you’re who you say you are. It’s security systems 101. If you give informative error messages, they can be used to reverse engineer the password of accounts. So every error is going to be “incorrect password”
Sounds like security by obscurity to me. Works, but rarely the best solution.
That part is possible:
They’re lying about the issue and don’t trust that you’re who you say you are.
The rest of your comment is just bad. I doubt you even manage to keep that information secret, much less get a positive value out of the entire machination.