I have user registration set up for Admin approval and want to edit the final email sent to the new user.
Currently, the email tells the user they can login at mydomain.com. I want to direct the user to the actual login page.
Can I change the URL in the following message from A to B to add /login to the domain?
A
Hello joe,
Your account has been activated by an administrator. You can now login at https://mydomain.com/ using the username XXX and the password you chose while registering.
B
Hello joe,
Your account has been activated by an administrator. You can now login at https://mydomain.com/login using the username XXX and the password you chose while registering.
I tried adding an override to COM_USERS_EMAIL_REGISTERED_BODY but that wasn't the answer.
Thanks
Currently, the email tells the user they can login at mydomain.com. I want to direct the user to the actual login page.
Can I change the URL in the following message from A to B to add /login to the domain?
A
Hello joe,
Your account has been activated by an administrator. You can now login at https://mydomain.com/ using the username XXX and the password you chose while registering.
B
Hello joe,
Your account has been activated by an administrator. You can now login at https://mydomain.com/login using the username XXX and the password you chose while registering.
I tried adding an override to COM_USERS_EMAIL_REGISTERED_BODY but that wasn't the answer.
Thanks
Statistics: Posted by cspgsl — Sat Jan 11, 2025 7:45 pm