Support

  1. ggaillet
  2. Support
  3. Wednesday, April 15 2020, 09:48 PM
Hello!
So I looked on the forum and found that these lines are solving the problem with browsers systematically autocompleting the new password field in the profile page. This totally screws up any update of the other custom fields I created with easy profile by not saving any modifications from my users. I know this not a problem from easy profile but can you please explain step by step to me where I should put those lines like I have no idea of what I am doing (actually I DO have no idea what I am doing :( ).

jQuery(document).ready(function(){
jQuery('#jform_password1').attr('autocomplete','new-password');
jQuery('#jform_password1 input').attr('autocomplete','new-password');
});

Thanks!
admin Accepted Answer
Admin
Hi,
we are aware of this, but it seems a problem with Joomla, Easy Profile extends Joomla user management (not replace it).

In Joomla the XML file that generate password field in the edit profile page is /components/com_users/models/forms/profile.xml.
In this file at line 38 it uses autocomplete="off" (instead autocomplete="new-password";). Unfortunately this is not compatible with all browsers.

Due to keep the same Joomla behavior we have decided to not change it, so also Easy Profile uses autocomplete="off".
  1. more than a month ago
  2. Support
  3. # 1
ggaillet Accepted Answer
Thanks. I changed that line accordingly and I hope this will diminish he amount of people In my community that are complaining about that.
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
we have decided to not change it, so also Easy Profile uses autocomplete="off".

You have to change Easy Profile password field, so in file /administrator/components/com_jsn/helpers/fields/password.php at line 43 and 64.

In my previous reply I have explained why Easy Profile works so. Sorry for misunderstanding.

Anyway I think that in the next release we will implement this. Because "new-password" is much more compatible with browsers than "off"
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.