• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: User Confirmation Email

User Confirmation Email 8 years 8 months ago #31889

  • info3042
  • info3042's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 23
  • Thank you received: 2
I like that I am able to control the user emails, except this one. How can I either disable it or style it?
Hello Name,

Thank you for registering at Test Website.

You may now login to www.domain.com/ using the following username and password:

Username: This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Password: hidden for security and privacy reasons

This message has been automatically sent by Test Website
The administrator has disabled public write access.

User Confirmation Email 7 years 2 months ago #36248

  • brad55
  • brad55's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
I need help with this as well please!
The administrator has disabled public write access.

User Confirmation Email 5 years 7 months ago #38421

  • michalstanek
  • michalstanek's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
Hi, I had the very same problem and was finally able to solve it with RS Joomla support. This email can't be disabled and you have to hard code the fix. Locate "\administrator\components\com_rsmembership\helpers\rsmembership.php" file and find a line that says:

public static function sendUserEmail(&$user, $password, $fields, $new_user=true)
{

- add "return;" at the top of the function's body --> making it look like this:

public static function sendUserEmail(&$user, $password, $fields, $new_user=true)
{
return;
$app = JFactory::getApplication();

--> that's it. No email as described above will be sent.
The administrator has disabled public write access.
The following user(s) said Thank You: brad55
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!