Moodle Installation: Difference between revisions

Jump to navigation Jump to search
m
Line 101: Line 101:
* Administration / Users / Authentication / Manage authentication
* Administration / Users / Authentication / Manage authentication
** Self registration: Email-based self-registration (Moodle 1.9.7)
** Self registration: Email-based self-registration (Moodle 1.9.7)
=== Message: Enabling the PHP setting display_errors is not recommended on production sites because some error messages may reveal sensitive information about your server. ===
* find php.ini file
<pre>
original: display_errors = On
after: display_errors = Off
</pre>


== modify the translation file ==
== modify the translation file ==

Navigation menu