Adapting text on new account page

Adapting text on new account page

by Jonathan Leathem -
Number of replies: 4

Please can someone help me with changing the text on the new account page.  I would like to change the text and would like to know the easiest way to do this. 

Average of ratings: -
In reply to Jonathan Leathem

Re: Adapting text on new account page

by Tom Murdock -
Go to:

http://youraddress.com/moodle/admin/lang.php?mode=compare

You can find the language string and edit the corresponding file in the language .php file on the server OR chmod 777 your language folders, so that you can edit the language files right from the above interface.

Let us know if you run into trouble.

Tom
In reply to Jonathan Leathem

Re: Adapting text on new account page

by shane luffman -
hi i also want to change the text in the new acoount page, can you tell me how to do this or the file i need to look at? thanx shane
In reply to shane luffman

Re: Adapting text on new account page

by shane luffman -
please can somone telll me where i can find the text inpout in by this script in the new account login page, i want to change the loginsteps text...cheers 

switch ($CFG->auth) {

              case "email":

                 echo "<p>".get_string("loginsteps", "", "signup.php")."</p>";