summaryrefslogtreecommitdiffstats
path: root/templates/show_install_account.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_install_account.inc.php')
-rw-r--r--templates/show_install_account.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php
index 90141263..486a316e 100644
--- a/templates/show_install_account.inc.php
+++ b/templates/show_install_account.inc.php
@@ -65,6 +65,10 @@ if (INSTALL != '1') { exit; }
<td><input type="password" name="local_pass" value="" /></td>
</tr>
<tr>
+ <td class="align"><?php echo _('Confirm Password'); ?></td>
+ <td><input type="password" name="local_pass2" value="" /></td>
+</tr>
+<tr>
<td>&nbsp;</td>
<td><input type="submit" value="<?php echo _('Create Account'); ?>" /></td>
</tr>