]> git.mjollnir.org Git - moodle.git/commitdiff
Hide password during registration
authormartin <martin>
Tue, 24 Sep 2002 09:20:43 +0000 (09:20 +0000)
committermartin <martin>
Tue, 24 Sep 2002 09:20:43 +0000 (09:20 +0000)
login/signup_form.php

index 0fe2b69d6ce78e441ec08307e18970b73d1a130f..ec82a6a0db47e9a8ed1a9bbfb3a40142cacc495b 100644 (file)
@@ -14,7 +14,7 @@
 </tr>
 <tr valign=top>
        <td><P><? print_string("password") ?>:</td>
-       <td><input type="text" name="password" size=12 value="<? p($user->password) ?>">
+       <td><input type="password" name="password" size=12 value="<? p($user->password) ?>">
        <? formerr($err->password) ?>
        </td>
 </tr>