Skip to content

Commit

Permalink
thanks @Quy
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Jul 25, 2017
1 parent 276d62b commit 899fb56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion components/com_users/views/login/tmpl/default_login.php
Expand Up @@ -59,7 +59,11 @@
<?php endif; ?>
<?php if (JPluginHelper::isEnabled('system', 'remember')) : ?>
<div class="control-group">
<div class="control-label"><label><?php echo JText::_('COM_USERS_LOGIN_REMEMBER_ME'); ?></label></div>
<div class="control-label">
<label>
<?php echo JText::_('COM_USERS_LOGIN_REMEMBER_ME'); ?>
</label>
</div>
<div class="controls">
<input id="remember" type="checkbox" name="remember" class="inputbox" value="yes" />
</div>
Expand Down
3 changes: 2 additions & 1 deletion components/com_users/views/profile/tmpl/edit.php
Expand Up @@ -72,7 +72,8 @@
</div>
<div class="controls">
<?php if ($field->fieldname === 'password1') : ?>
<?php // Disables autocomplete ?> <input type="password" style="display:none">
<?php // Disables autocomplete ?>
<input type="password" style="display:none">
<?php endif; ?>
<?php echo $field->input; ?>
</div>
Expand Down

0 comments on commit 899fb56

Please sign in to comment.