Skip to content

Commit

Permalink
Add autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmh1978 committed Jul 4, 2022
1 parent 16b2663 commit ce6f517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/admin/views/user_detail/tmpl/default_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<tr>
<td valign="top" align="right"
class="key"><?php echo JText::_('COM_REDSHOP_NEW_PASSWORD_LBL'); ?></td>
<td><input class="inputbox" type="password" name="password" id="password" size="20" value=""/>
<td><input class="inputbox" type="password" name="password" id="password" autocomplete="new-password" size="20" value=""/>
<?php echo JHTML::tooltip(
JText::_('COM_REDSHOP_TOOLTIP_PASSWORD'),
JText::_('COM_REDSHOP_NEW_PASSWORD_LBL'),
Expand All @@ -49,7 +49,7 @@ class="key"><?php echo JText::_('COM_REDSHOP_NEW_PASSWORD_LBL'); ?></td>
<tr>
<td valign="top" align="right"
class="key"><?php echo JText::_('COM_REDSHOP_VERIFIED_PASSWORD_LBL'); ?></td>
<td><input class="inputbox" type="password" name="password2" id="password2" size="20" value=""/> <?php echo JHTML::tooltip(
<td><input class="inputbox" type="password" name="password2" id="password2" autocomplete="new-password" size="20" value=""/> <?php echo JHTML::tooltip(
JText::_('COM_REDSHOP_TOOLTIP_PASSWORD'),
JText::_('COM_REDSHOP_VERIFIED_PASSWORD_LBL'),
'tooltip.png',
Expand Down

0 comments on commit ce6f517

Please sign in to comment.