Revision 2095
Added by darkviper almost 11 years ago
index.php | ||
---|---|---|
179 | 179 |
</tr> |
180 | 180 |
</table> |
181 | 181 |
|
182 |
<form name="website_baker_installation_wizard" action="save.php" method="post"> |
|
182 |
<form name="website_baker_installation_wizard" action="save.php" method="post" accept-charset="UTF-8">
|
|
183 | 183 |
<input type="hidden" name="url" value="" /> |
184 | 184 |
<input type="hidden" name="username_fieldname" value="admin_username" /> |
185 | 185 |
<input type="hidden" name="password_fieldname" value="admin_password" /> |
... | ... | |
552 | 552 |
<tr> |
553 | 553 |
<td class="name">Password:</td> |
554 | 554 |
<td class="value"> |
555 |
<input <?php echo field_error('admin_password');?> type="password" tabindex="16" name="admin_password" value="" /> |
|
555 |
<input <?php echo field_error('admin_password');?> type="password" maxlength="30" tabindex="16" name="admin_password" value="" />
|
|
556 | 556 |
</td> |
557 | 557 |
</tr> |
558 | 558 |
<tr> |
559 | 559 |
<td class="name">Re-Password:</td> |
560 | 560 |
<td class="value"> |
561 |
<input <?php echo field_error('admin_repassword');?> type="password" tabindex="17" name="admin_repassword" value="" /> |
|
561 |
<input <?php echo field_error('admin_repassword');?> type="password" maxlength="30" tabindex="17" name="admin_repassword" value="" />
|
|
562 | 562 |
</td> |
563 | 563 |
</tr> |
564 | 564 |
<tr> |
Also available in: Unified diff
! /functions::make_thumb() set JPG-compression to 100%
! /database::showError() output text corrected
! ../captcha.php::call_captcha() imagesize corected
! droplet >> [[SiteModified]] recoded
! droplet >> [[ModifiedWhen]] recoded
! install/index length of password restricted to 30 chars