# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/lang/en/moodle.php
--- moodle/lang/en/moodle.php Base (1.515)
+++ moodle/lang/en/moodle.php Locally Modified (Based On 1.515)
@@ -1877,3 +1877,4 @@
 $string['yourteacher'] = 'your {$a}';
 $string['yourwordforx'] = 'Your word for \'{$a}\'';
 $string['zippingbackup'] = 'Zipping backup';
+$string['tocreatenewaccount'] = 'Skip to create new account';
Index: moodle/login/index_form.html
--- moodle/login/index_form.html Base (1.60)
+++ moodle/login/index_form.html Locally Modified (Based On 1.60)
@@ -7,6 +7,11 @@
 ?>
 <div class="loginbox clearfix <?php echo $columns ?>">
   <div class="loginpanel">
+<?php
+  if (($CFG->registerauth == 'email') || !empty($CFG->registerauth)) { ?>
+      <div class="skiplinks"><a class="skip" href="signup.php"><?php print_string("tocreatenewaccount"); ?></a></div>
+<?php
+  } ?>       
     <h2><?php print_string("returningtosite") ?></h2>
       <div class="subcontent loginsub">
         <div class="desc">
