Skip to content

Commit

Permalink
Taking off code implementing autocomplete to off
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Nov 30, 2017
1 parent 58fc8f8 commit 940423f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions administrator/components/com_users/tmpl/user/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
<?php echo $field->label; ?>
</div>
<div class="controls">
<?php if ($field->type === 'Password') : ?>
<?php // Disables autocomplete ?> <input autocomplete="off" style="display:none">
<?php endif; ?>
<?php echo $field->input; ?>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions components/com_users/tmpl/profile/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
<?php endif; ?>
</div>
<div class="controls">
<?php if ($field->type === 'Password') : ?>
<?php // Disables autocomplete ?> <input autocomplete="off" style="display:none">
<?php endif; ?>
<?php echo $field->input; ?>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions components/com_users/tmpl/registration/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
<?php endif; ?>
</div>
<div class="controls">
<?php if ($field->type === 'Password') : ?>
<?php // Disables autocomplete ?> <input autocomplete="off" style="display:none">
<?php endif; ?>
<?php echo $field->input; ?>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion installation/tmpl/setup/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
</div>
<div class="form-group">
<?php echo $this->form->getLabel('admin_password'); ?>
<?php // Disables autocomplete ?> <input autocomplete="off" style="display:none">
<?php echo $this->form->getInput('admin_password'); ?>
</div>
<div class="form-group">
Expand Down

0 comments on commit 940423f

Please sign in to comment.