User tests: Successful: Unsuccessful:
In the admin if a registration fails then it is an error message but on the front end it was only a warning
This PR makes them both errors
PR for #9502
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_users |
The code Brian modified is for error when activating account. For registration failed error messages, you will need to modify code in different places:
https://github.com/joomla/joomla-cms/blob/staging/components/com_users/controllers/registration.php#L150
https://github.com/joomla/joomla-cms/blob/staging/components/com_users/controllers/registration.php#L154
https://github.com/joomla/joomla-cms/blob/staging/components/com_users/controllers/registration.php#L177
Will look again later
Labels |
Added:
?
|
Updated - thanks for testing
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-23 15:54:14 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Thanks
I still get the warning message and not error message.