Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

HTTP security: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Required Flash player version)
(Regenerate session id during login)
Línia 1: Línia 1:
{{stub}}
Location: ''Administration > Security > HTTP security''
Location: ''Administration > Security > HTTP security''


Línia 18: Línia 16:


''Please add further information here...''
''Please add further information here...''
==Regenerate session id during login==
In Moodle 1.9.8 onwards, for security reasons, the setting ''regenloginsession'' should be enabled. This setting is compatible with all core authentication plugins, including [[MNet]], but may not be compatible with all contributed authentication plugins.
If necessary, the setting can be disabled by adding the following line to your config.php:
$CFG->regenloginsession = false;


==Required Flash player version==
==Required Flash player version==


In Moodle 1.9.7 onwards, for security a minimum Flash player version may be set. Users with a lower Flash player version will prompted to upgrade.
In Moodle 1.9.7 onwards, for security reasons, a minimum Flash player version may be set. Users with a lower Flash player version will prompted to upgrade.


==See also==
==See also==

Revisió del 14:51, 31 març 2010

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.

Secure cookies only

Plantilla:Moodle 1.9Moodle 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...

Regenerate session id during login

In Moodle 1.9.8 onwards, for security reasons, the setting regenloginsession should be enabled. This setting is compatible with all core authentication plugins, including MNet, but may not be compatible with all contributed authentication plugins.

If necessary, the setting can be disabled by adding the following line to your config.php:

$CFG->regenloginsession = false;

Required Flash player version

In Moodle 1.9.7 onwards, for security reasons, a minimum Flash player version may be set. Users with a lower Flash player version will prompted to upgrade.

See also