When displayed error on duplicate username, form should keep its values.
Error is displayed, form is empty.
Joomla 3.7.2 fresh installation.
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.
You are right, 3.7.3-rc1 seems to solve this, closing this issue.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-22 21:27:48 |
Closed_By | ⇒ | n3t |
Unable to reproduce. Tested with Joomla! 3.7.3-rc1.