<![CDATA[ How secure is the Login extra? - My Forums]]> https://forums.modx.com/thread/?thread=96981 <![CDATA[How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524718
P.S. Running Revo 2.3.1 and Login 1.9.0-pl

Cheers

dubbs.]]>
dubbs Apr 22, 2015, 06:14 AM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524718
<![CDATA[Re: How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-525037 dubbs Apr 29, 2015, 11:10 AM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-525037 <![CDATA[Re: How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524971
After taking a look at the config file I found this:

        
$http_host= array_key_exists('HTTP_HOST', $_SERVER) ? $_SERVER['HTTP_HOST'] : 'my.site.com';


For what I understand this isn't really save, but can be solved with SSL. It's also possible, that my webserver got hacked, I just changed it so it will be fix to my domain.

Just wondering if someone else had a similar issue, have seen this previous post:
http://forums.modx.com/thread/?thread=33408&page=1]]>
sofasurfer.org Apr 28, 2015, 10:19 AM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524971
<![CDATA[Re: How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524966
Any tips of making things as secure as poss?]]>
dubbs Apr 28, 2015, 08:25 AM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524966
<![CDATA[Re: How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524942
That said, someone taking the trouble to exploit the Register snippet is a pretty low-probability event. There are much easier ways to break into sites these days, and since Register is mostly used for front-end users with limited rights, the payoff wouldn't be worth the effort.]]>
BobRay Apr 27, 2015, 11:04 PM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524942
<![CDATA[Re: How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524918
http://www.troyhunt.com/2013/03/c-is-for-cookie-h-is-for-hacker.html]]>
sottwell Apr 27, 2015, 08:48 AM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524918
<![CDATA[Re: How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524917
Basically SSL/SLT serves two purposes, one to validate the identity of the site being connected to, which requires a certificate, but who certifies the certificate? A lot of bad certificates have turned up over the years, and still are turning up from time to time.

The other purpose is to encrypt the content being passed. The encryption part doesn't depend on a certificate, but browsers will throw up nasty warning dialogs if there isn't a "recognized" certificate attached, so it's generally not too useful to just use it for the encryption alone.

https://scotthelme.co.uk/ssl-does-not-make-site-secure/]]>
sottwell Apr 27, 2015, 08:44 AM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524917
<![CDATA[Re: How secure is the Login extra?]]> https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524912 ]]> dubbs Apr 27, 2015, 04:22 AM https://forums.modx.com/thread/96981/how-secure-is-the-login-extra#dis-post-524912