[quote=Single_again1960][quote=sls_WayneC][quote=Single_again1960]I'm seeing lots of improvements with the new site....are you aware that using the common form of swing dot com is a prohibited word and not allowed?
Any idea when, or if, Multi Factor Authentication (2FA) will be implemented?[/quote]<p>The forums do not allow web addresses due to the danger of posting those.</p>
<p>The company is looking into different technologies to enhance the security, such as 2FA.</p>[/quote]I know a lot of people thing that this is being silly but site security is very important and requires more than a simple password, a lot of headaches can be caused with poor security, especially on social media sites. Since you're rewriting the site it's easier to security now instead of later. This is not advanced security, it's the basic minimum:
- Log in attempts should be limited. Automatically resetting after 24 hours
- Password resets should be allowed
- The entire site, not just the login page, should use TLS/HTTPS
- Strong 128bit passwords should be required
- Passwords should never be stored in plaintext or with obsolete fast hashes (server side)
- The server side should offer protection against XSS, injection, and CSRF[/quote]100% agree with this!