Notes about the necessity of cookies being allowed

This commit is contained in:
martin 2002-08-22 02:24:07 +00:00
parent 882408f3be
commit a628dad3a9
3 changed files with 6 additions and 1 deletions

View file

@ -149,6 +149,9 @@
If you try and access the front page of your site you'll be taken there automatically If you try and access the front page of your site you'll be taken there automatically
anyway. The first time you access this admin page, you will be presented with anyway. The first time you access this admin page, you will be presented with
a GPL agreement which you need to agree with to continue with the setup.</p> a GPL agreement which you need to agree with to continue with the setup.</p>
<P>(Moodle will also try to set some cookies in your browser. If you have
your browser set up to let you choose to accept cookies, then you <B>must</B>
accept the Moodle cookies, or Moodle won't work properly.)
<p>Now Moodle will start setting set up your database. Firstly, the main database <p>Now Moodle will start setting set up your database. Firstly, the main database
tables are created. You should see a number of SQL statements followed by tables are created. You should see a number of SQL statements followed by
status messages (in green or red) that look like this:</p> status messages (in green or red) that look like this:</p>

View file

@ -37,6 +37,7 @@ $string[chooseuser] = "Choose a user";
$string[city] = "City/town"; $string[city] = "City/town";
$string[confirmed] = "Your registration has been confirmed"; $string[confirmed] = "Your registration has been confirmed";
$string[courseupdates] = "Course updates"; $string[courseupdates] = "Course updates";
$string[cookiesenabled] = "Cookies must be enabled in your browser";
$string[complete] = "Complete"; $string[complete] = "Complete";
$string[copyrightnotice] = "Copyright notice"; $string[copyrightnotice] = "Copyright notice";
$string["continue"] = "Continue"; $string["continue"] = "Continue";
@ -175,7 +176,7 @@ $string[loginas] = "Login as";
$string[loginguest] = "Login as a guest"; $string[loginguest] = "Login as a guest";
$string[loginsite] = "Login to the site"; $string[loginsite] = "Login to the site";
$string[loginto] = "Login to \$a"; $string[loginto] = "Login to \$a";
$string[loginusing] = "Login using your username and password"; $string[loginusing] = "Login here using your username and password";
$string[loginsteps] = "Hi! For full access to courses you'll need to take $string[loginsteps] = "Hi! For full access to courses you'll need to take
a minute to create a new account for yourself on this web site. a minute to create a new account for yourself on this web site.
Each of the individual courses may also have a one-time Each of the individual courses may also have a one-time

View file

@ -12,6 +12,7 @@
<TR> <TR>
<TD WIDTH="50%" VALIGN="TOP" bgcolor="<?=$THEME->cellheading?>"> <FONT SIZE=2> <TD WIDTH="50%" VALIGN="TOP" bgcolor="<?=$THEME->cellheading?>"> <FONT SIZE=2>
<P ALIGN="CENTER"><? print_string("loginusing") ?>:<BR> <P ALIGN="CENTER"><? print_string("loginusing") ?>:<BR>
(<? print_string("cookiesenabled") ?>)<BR>
<? formerr($errormsg) ?> <? formerr($errormsg) ?>
</p></font> </p></font>
<FORM NAME="form" ACTION="<?=$CFG->wwwroot?>/login/" METHOD=post> <FORM NAME="form" ACTION="<?=$CFG->wwwroot?>/login/" METHOD=post>