-
Sub-task
-
Resolution: Fixed
-
Trivial
-
1.8, 2.2.1
-
Server: MacPro, MacOS 10.4.9, Moodle 1.8 (downloaded 07 04 02), Apache 1.3.33, php 5.2.1, MySQL 5.0.24a
Client: MacOS 10.4.9, Browsers: Firefox 2.0.0.2, Mozilla 1.7.5, Safari 2.0.4
-
MySQL
-
MOODLE_18_STABLE, MOODLE_22_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
- Go to Admin > Plugins > Authentication > Manage authentication
- Verify the description string for auth_instructions
On the login page (/login/index.php), there are usually instructions for new users to the right of the username and password login form. In moodle 1.6 there was a default set of instructions for each authentication method and for most languages - in my case, English and Japanese - so that whenever the authentication method and or the language was changed I did not have to rewrite the instructions.
However, in 1.8 it seems that these default instructions are missing, or at least not accessible via the GUI. So, for example, when switching from "Email-based authentication" (my default) to "No authentication" (for demonstrations etc.) I have to rewrite the instructions in the 'Instructions (auth_instructions)' field in /admin/auth.php. This also means that the instructions can only be seen in one language. In the past, had a user selected to view moodle in Japanese, they would have seen the Japanese instructions relevant to the authentication process.
Certainly, this is not a big issue, but it's rather annoying for admins to have to be rewriting instructions all the time - and rewriting will of course will not take care of the language problem.