mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Hide password during registration
This commit is contained in:
parent
74ed07ac86
commit
ed4567d69d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue