mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
88478a664f
Accounts have to exist in the internal database, and there is no way to create an account on the site - admins have to do it.
12 lines
344 B
HTML
12 lines
344 B
HTML
<TR VALIGN=TOP>
|
|
<TD ALIGN=RIGHT><P><? print_string("instructions", "auth") ?>:</TD>
|
|
<TD>
|
|
<TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
|
|
</TD>
|
|
<TD>
|
|
<? print_string("authinstructions","auth") ?>
|
|
<? helpbutton("text", get_string("helptext")) ?>
|
|
</TD>
|
|
</TR>
|
|
|