Skip to content

Commit

Permalink
Merge pull request joomla#3422 from mbabker/33570
Browse files Browse the repository at this point in the history
[joomla#33570] Make definition for install password fields for the admin user consistent with admin
  • Loading branch information
infograf768 committed Apr 13, 2014
2 parents dee2720 + 01045b0 commit ca8e973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installation/model/forms/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@
<field name="admin_password" type="password" id="admin_password" class="inputbox"
label="INSTL_ADMIN_PASSWORD_LABEL"
required="true"
filter="raw"
autocomplete="off"
/>

<field name="admin_password2" type="password" id="admin_password2" class="inputbox"
label="INSTL_ADMIN_PASSWORD2_LABEL"
required="true"
filter="raw"
validate="equals"
field="admin_password"
autocomplete="off"
/>

<field name="site_metadesc" type="textarea" id="site_metadesc" class="text_area"
Expand Down

0 comments on commit ca8e973

Please sign in to comment.