Skip to content

Commit

Permalink
Fixed opendocman#244 - password fields during install
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlawrence committed Jan 29, 2016
1 parent d65ad41 commit 8a41203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/setup-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function display_header()
</tr>
<tr>
<th scope="row"><label for="pwd">Password</label></th>
<td><input name="pwd" id="pwd" type="text" size="25" value="password" /></td>
<td><input name="pwd" id="pwd" type="password" size="25" value="password" /></td>
<td>...and MySQL password.</td>
</tr>
<tr>
Expand All @@ -167,7 +167,7 @@ function display_header()
</tr>
<tr>
<th scope="row"><label for="adminpass">Administrator Password</label></th>
<td><input name="adminpass" id="adminpass" type="text" value="" size="8" class="required" minlength="5"/></td>
<td><input name="adminpass" id="adminpass" type="password" value="" size="8" class="required" minlength="5"/></td>
<td>Enter an administrator password here. Write it down! (only used for new installs)</td>
</tr>
<tr>
Expand Down

0 comments on commit 8a41203

Please sign in to comment.