Why doesnt Wordpress add this feature?

Ricardo R

Banned for Abuse of Staff
Joined
Jan 16, 2021
Messages
130
Reaction score
67
As in how about adding a mobile OTP option while logging into a WP dashboard of a site? It will make things more secure right?
 
As in how about adding a mobile OTP option while logging into a WP dashboard of a site? It will make things more secure right?
From a developer perspective, I would say.. it's good that WP does not have it. It's easy to modify the login page anyway. Not everyone needs 2fa login. It does not make any sense to push this to everyone using wp. Whoever needs it, can modify the login functionality instead.

It does not even have to be on login page. Just do another verification after logging in. It can be a separate page or something. If the user does not enter OTP, don't let him see anything else.
 
From a developer perspective, I would say.. it's good that WP does not have it. It's easy to modify the login page anyway. Not everyone needs 2fa login. It does not make any sense to push this to everyone using wp. Whoever needs it, can modify the login functionality instead. It does not even have to be on login page. Just do another verification after logging in. It can be a separate page or something. If the user does not enter OTP, don't let him see anything else.
The thing is many of my clients have gotten their sites hacked. I am just a writer but this worries me since millions of websites run on WP.
 
The thing is many of my clients have gotten their sites hacked. I am just a writer but this worries me since millions of websites run on WP.
That has nothing to do with the login page TBH. People get hacked because of many reasons. The three biggest reasons in my opinion are:

1) Bad passwords.
2) Using vulnerable and old/hacked/nulled plugins AND/OR themes.
3) Not implementing the file permissions/ownership properly.

Tell your clients to fix these 3 problems, and you won't even need an OTP lol.
 
The thing is many of my clients have gotten their sites hacked. I am just a writer but this worries me since millions of websites run on WP.
hackers use exploits in plugins and wp itself, so they don't need any login. even with 2fa enabled, the site can still be hacked through vulnerable plugins and themes.
 
hackers use exploits in plugins and wp itself, so they don't need any login. even with 2fa enabled, the site can still be hacked through vulnerable plugins and themes.
K understood.
 
Back
Top