?
avatar n3t
n3t
22 Jun 2017

Steps to reproduce the issue

  • Fresh Joomla installation
  • enable users registration
  • To be more obvious, enable profile plugin
  • go to frontend to registration form
  • fill the form, use the same username, as is your administrator (or any other existing user)
  • submit the form

Expected result

When displayed error on duplicate username, form should keep its values.

Actual result

Error is displayed, form is empty.

System information (as much as possible)

Joomla 3.7.2 fresh installation.

Additional comments

Seems there is problem in UsersModelRegistration->getData, there is getForm call, which causes recursion back to getData. As first line sets $this->data to empty stdClass, condition will not pass and lodFormData function receives empty values, so no data are loaded to the form.

avatar n3t n3t - open - 22 Jun 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 22 Jun 2017
avatar Quy
Quy - comment - 22 Jun 2017

Unable to reproduce. Tested with Joomla! 3.7.3-rc1.

avatar n3t
n3t - comment - 22 Jun 2017

You are right, 3.7.3-rc1 seems to solve this, closing this issue.

avatar n3t n3t - change - 22 Jun 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-06-22 21:27:48
Closed_By n3t
avatar n3t n3t - close - 22 Jun 2017

Add a Comment

Login with GitHub to post a comment