HTTP security: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
Mary Cooch (dyskusja | edycje)
added template
m added link to spanish translation of document
 
(Nie pokazano 2 wersji utworzonych przez 2 użytkowników)
Linia 1: Linia 1:
{{Security}}
{{Security}}
{{Improve}}
HTTPS for logins can be enabled by an administrator in ''Settings > Site administration > Security > HTTP security''.
 
Location: ''Administration > Security > HTTP security''
 


==Use HTTPS for logins==
==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.
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.
==Secure cookies only==
Moodle 1.9 onwards includes a setting for secure cookies (when using HTTPS).
''Please add further information here...''
==Only http cookies==
Moodle 1.9 onwards includes a setting "Only http cookies".
''Please add further information here...''


==See also==
==See also==
Linia 24: Linia 9:
*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


[[Category:Administrator]]
[[Category:Site administration]]
[[Category:Security]]


[[de:HTTP-Sicherheit]]
[[de:HTTP-Sicherheit]]
[[es:Seguridad HTTP]]

Aktualna wersja na dzień 22:16, 15 gru 2013

HTTPS for logins can be enabled by an administrator in Settings > Site 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