this post was submitted on 16 Jul 2025
32 points (76.7% liked)

Unpopular Opinion

7687 readers
41 users here now

Welcome to the Unpopular Opinion community!


How voting works:

Vote the opposite of the norm.


If you agree that the opinion is unpopular give it an arrow up. If it's something that's widely accepted, give it an arrow down.



Guidelines:

Tag your post, if possible (not required)


  • If your post is a "General" unpopular opinion, start the subject with [GENERAL].
  • If it is a Lemmy-specific unpopular opinion, start it with [LEMMY].


Rules:

1. NO POLITICS


Politics is everywhere. Let's make this about [general] and [lemmy] - specific topics, and keep politics out of it.


2. Be civil.


Disagreements happen, but that doesn’t provide the right to personally attack others. No racism/sexism/bigotry. Please also refrain from gatekeeping others' opinions.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Shitposts and memes are allowed but...


Only until they prove to be a problem. They can and will be removed at moderator discretion.


5. No trolling.


This shouldn't need an explanation. If your post or comment is made just to get a rise with no real value, it will be removed. You do this too often, you will get a vacation to touch grass, away from this community for 1 or more days. Repeat offenses will result in a perma-ban.


6. Defend your opinion


This is a bit of a mix of rules 4 and 5 to help foster higher quality posts. You are expected to defend your unpopular opinion in the post body. We don't expect a whole manifesto (please, no manifestos), but you should at least provide some details as to why you hold the position you do.



Instance-wide rules always apply. https://legal.lemmy.world/tos/

founded 2 years ago
MODERATORS
 

Either make me create a password and then let me into my account or let me use my phone number/email to verify. It's becoming too much to get into every day stuff. If I have biometrics on there is zero reason for anything else.

Basically the current security system is overdoing it. I suggest getting rid of passwords all together OR only requiring one or the other. Like it I forget my password or I forget my phone I can use the other but JFC its a hassle.

you are viewing a single comment's thread
view the rest of the comments
[–] JustEnoughDucks 23 points 2 days ago* (last edited 2 days ago) (1 children)

What's the difference between an unpopular opinion and a wrong opinion?

Without MFA, hundreds of thousands more accounts if not millions would be completely compromised. That is just a fact because most people choose horrible and/or completely the same password for everything. Bank account details, credit card info, social security or government ID numbers, etc...

It doesn't have to be as bad as email or SMS. TOTP has been a standard for a very long time and there are a dozen apps for it. Simply enter the app, copy the code, done. SMS and email are less secure anyways.

American companies seem particularly allergic to TOTP for some reason...

[–] HobbitFoot@thelemmy.club -4 points 2 days ago (2 children)

I look at it more like, if you are going to require MFA, why require passwords as part of login?

[–] pishadoot@sh.itjust.works 12 points 2 days ago (1 children)

Multi Factor Authentication (MFA) : using multiple authentication factors to validate a user is who they say they are and grant access

Auth factors:

Something you know: is in your head. Password, PIN, etc

Something you have: credit card, hardware token (yubikey, mag stripe, etc), software token (auth, MS authenticator, etc)

Something you are: biometrics.

Somewhere you are: location based (IP, geo location, geo fence, etc)

Any one method is vulnerable to compromise. By using two separate FACTORS (aka MFA) you vastly reduce risk that you will be compromised.

Using a password and PIN is NOT MFA because they're both the same auth factor.

Using just a token is NOT MFA because it's only one auth factor.

[–] HobbitFoot@thelemmy.club -2 points 2 days ago (1 children)

I get that only using a token isn't MFA. I'm just questioning why MFA is a thing if the major issue is really bad password security.

[–] pishadoot@sh.itjust.works 4 points 2 days ago

Bad password security is a human problem (can be back end bad practices also, but mostly human) whereas only using one auth factor is a security design problem. Again, MFA bad, single auth not good (but sometimes sufficient)

Also many people aren't comfortable with auth apps yet and way less are comfortable with hardware tokens.

Passwords, while often implemented poorly by humans, aren't something you can easily LOSE like your phone or a set of keys.

Many logins don't really need very good security, like who cares if my lemmy login gets compromised I don't want MFA here. Some might, I don't. I still use a password manager but still, just a password is fine.

I dropped a credit union because they don't allow MFA for online banking at ALL however, which is outrageous in 2025.

[–] Zorque@lemmy.world 6 points 2 days ago (1 children)

Because that's an authentication factor?

[–] HobbitFoot@thelemmy.club 0 points 2 days ago (2 children)

Yes, but there are a lot of people arguing here about how bad passwords are because they get leaked and you need so many of them that it is a struggle for people to remember them. So, if passwords are so bad, why should they be maintained as a method of authentication?

[–] Zorque@lemmy.world 2 points 1 day ago (1 children)

They're not really that bad, lots of people are just bad at using them. A lot of breaches happen because someone gets lazy and uses a default or something stupidly simple like what you'd use on your luggage.

[–] HobbitFoot@thelemmy.club 1 points 1 day ago

Yeah, but people have several dozen accounts, passwords have to change on some of them, and it used to be very discouraged to write passwords down so people needed to remember them.

A system has created where there are massive failures in its use because it was poorly implemented.

[–] JustEnoughDucks 1 points 1 day ago

Then you need to know 2 different codes.

They would need to hack the server password database or your password app AND have physical access to your device.

It is the same concept as using biometric + TOTP or password.

Something you have, something you know, something you are: those are the 3 general "factors"