Login form patch

From ActionApps Documentation
Jump to: navigation, search
/include/loginform.inc
23c23
<   <td><?php echo _m("Username:");?></td>
---
>   <td><?php echo _m("Username:") ?></td>
26,27c26
<                      htmlspecialchars(print $this->auth["uname"]);
<                 else echo $_GET[u]; ?>"
---
>                      htmlspecialchars(print $this->auth["uname"]); ?>"
32c31
<   <td><input value="<?php echo $_GET[p]; ?>" type="password" name="password" size=16 maxlength=32></td>
---
>   <td><input type="password" name="password" size=16 maxlength=32></td>