User tests: Successful: Unsuccessful:
...gh Send Password is set to Yes.
In User Manager Options, SET
Send Password ==> yes
Notification Mail to Administrators ==> No
I was expecting to hide the email activation but still receive the Username and password, but that's not the case.
Not sure id this was intentional by if password is set to yes then I expect the password to be sent. If we do not wish to send it, we should set it to NO.
I modified the file \components\com_users\models\registration.php Line No 436 and added
$emailBody = JText::sprintf(
'COM_USERS_EMAIL_REGISTERED_BODY',
$data['name'],
$data['sitename'],
$data['siteurl'],
$data['username'],
$data['password_clear']
And then modified the message sent via email by adding the following language override entry.
COM_USERS_EMAIL_REGISTERED_BODY="Hello %s,\n\nThank you for registering at %s.\n\nYour account is created and you may now login to %s using the following username and password:\n\nUsername: %s\nPassword: %s"
| Status | New | ⇒ | Pending |
| Build | ⇒ | . |
| Category | ⇒ | Authentication |
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-01 13:04:44 |
| Closed_By | ⇒ | brianteeman |
Thanks for working on this. Unfortunately this did not make it into the final release of Joomla 2.5, or it was handled elsewhere, so this is being closed. If you feel this is still a valid issue in Joomla 3 please create a new issue.
Thanks for your contribution - At this time we are only using github as the place to submit code fixes, the actual reporting of issues and testing fixes is still taking place on Joomlacode.
As it has been some time since you opened this issue can you please confirm that it is still valid with the current Master or Joomla 3.2 beta. If it is no longer valid then please can you close this issue. Otherwise please can you:
1) Open an item on the Joomlacode tracker in the appropriate area.
CMS Bug Reports: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103
CMS Feature Requests: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549
2) After submitting the item to the Joomlacode tracker, add a link to the Joomlacode tracker item here and make sure that you add a link to this GitHub issue or pull request on the joomlacode tracker item.