Activation e-mail is sent
Private message is sent to admin that activation e-mail couldn't be sent
Joomla 4.3.1
PHP 8.1.17
Labels |
Added:
No Code Attached Yet
|
Unable to replicate
Could you please test with username === email address used for account?
So abc@abc.com for both username and email address.
In your image I understand that username != email
Thanks
Still no problem.
Thank you for testing. Any suggestions to how I could go on with testing why I have issue? It has affected 100% of users (4) who tried to register with username === e-mail adress since upgrading to joomla 4 last week.
So. I have found issue.
Further testing gave error:
Prohibited input U+00000020
When user tries to register as above. Removing {USERNAME} from email template for user registration solves the issue.
So steps for reproducing error:
Add {USERNAME} to email subject for template com_users.registration.user.self_activation and retest.
Can be closed as there is an PR
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-01 18:07:02 |
Closed_By | ⇒ | Quy |
I did a test with 4.3.3 and I am not able use username === email using the standard registration.
@PetrChudoba73 Please test PR #41138 with PatchTester or manually changing the file which is a simple change in this case.
Unable to replicate