1. dhusband
  2. Bug Report
  3. Friday, May 15 2020, 01:38 PM
Joomla 3.9.18
Template HelixUltimate but same on other standard install Joomla templates
EasyProfile

User completes registration
User redirected to registration complete
User (or another user) goes to Login -> Registration to register someone else
Username and e-mail address still complete

User fills in registration
Registration fails due to application error reported by server
User moves to another site page
User (or another user) goes to Login -> Registration to register someone else
All details of form displayed

Is this not a data protection issue if they have left the registration page? Should the form not reset if they have left the registration page?
admin Accepted Answer
Admin
Hi,
Is this not a data protection issue if they have left the registration page?
I does not think, the data are stored in browser session.
  1. more than a month ago
  2. Bug Report
  3. # 1
dhusband Accepted Answer
Basic
Should the fields not clear once the user has finished and left the page?
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
after some other investigation: normally it should be, but due to the javascript error reported in the other topic (https://www.easy-profile.com/support/login-losing-formating-on-submission-error.html) this function does not work well. The patch will solve also this behavior :D
  1. more than a month ago
  2. Bug Report
  3. # 3
dhusband Accepted Answer
Basic
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
Password is remembered when previously it was not remembered
Probably this is not something regards the feature to resume form but something about browser autocompletition. Unfortunately Joomla (so also Easy Profile until current version) uses for password field the attribute autocomplete="off". This is not compatible with all browsers, so in the next release we have changed the attribute with autocomplete="new-password".
  1. more than a month ago
  2. Bug Report
  3. # 5
dhusband Accepted Answer
Basic
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Hi,
without the fix there is an unexpected behavior because the is a javascript error. The password clear because browser autocompletition does not find a password for the filled username.

instead with the fix the code works properly, so it clean the resume form session var. So the autocompletition is totally managed by browser that suggest you a stored password (probably not the previously filled password but the admin password)
  1. more than a month ago
  2. Bug Report
  3. # 7
dhusband Accepted Answer
Basic
Thank you for the quick response and extra clarification
  1. more than a month ago
  2. Bug Report
  3. # 8
  • Page :
  • 1


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