HTTP security: Difference between revisions

From MoodleDocs
location, see also
use HTTPS for logins
Line 1: Line 1:
{{Moodle 1.7}}Location: ''Administration > Security > HTTP security''
Location: ''Administration > Security > HTTP security''
 
==Use HTTPS for logins==
HTTPS encrypts the user's login data, so it's difficult to sniff out a user's username and password on the network. You will need to enable HTTPS on your server before you turn on this setting, or else you will be locked out of your site. Every web server has a different method for enabling HTTPS, so you should check the documentation for your web server.


==See also==
==See also==
Line 5: Line 8:
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=79110 Locked out] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=79110 Locked out] forum discussion


{{stub}}
[[Category:Administrator]]
[[Category:Administrator]]

Revision as of 13:26, 5 October 2007

Location: Administration > Security > HTTP security

Use HTTPS for logins

HTTPS encrypts the user's login data, so it's difficult to sniff out a user's username and password on the network. You will need to enable HTTPS on your server before you turn on this setting, or else you will be locked out of your site. Every web server has a different method for enabling HTTPS, so you should check the documentation for your web server.

See also