Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Moved to Fixing WordPress, this is not an Developing with WordPress topic. Please limit that sub-forum to code questions. This is not a code question, it’s a plugin ask.
I want to try and prevent users sharing their login info to a website.
This is good. This plugin may help you do just that.
https://wordpress.org/plugins/loggedin/
*Drinks coffee*
Another way is to implement and enforce Two Factor authentication (2FA) on your site.
https://wordpress.org/plugins/search/2FA/
That alone won’t stop users from sharing auth codes but it they need to send that to the other person then that sharing will get old real quick.
Hi candell, I have your SAME problem:-)))
Did you solve? And, if so, how?
I would be really happy to know a reliable and lean solution to be able to lock the accesses to my video course site and prevent the transfer of access credentials between users …
Hi
I tried a few plugins for the concurrent login but they aren’t very reliable as it was kicking myself out of the website, using the same computer with the same static IP. I ended up turning it off as I had lots of people who genuinely could not log in. There were also others who used a laptop then used a tablet/mobile at the same location (same IP) who would be locked out.
I might try 2FA next but again it isn’t stopping sharing of acccounts, just makes it more of a PITA.
Ideally we need a reliable solution that logs the IP on first visit and only prevents other IP’s from using the same credentials. Obvuosly there will be some people who genuinely need unlocking such as those who may log in at work and again at home but these will be the minority for my website.
If you find anything yourself, please let me know 🙂