Send Password=No
But the password is always sent!
The password does not appear in email.
The password does appears in email.
Joomla! 3.6.5 Stable [
OS Linux l
PHP 7.0.7
MySQLi 5.5.5-10.0.29-MariaDB
I assume the bug is in libraries/vendor/joomla/registry/src/
The way class Registry::get() is handling default values.
If sendpassword field in DB is 0, the final check
if (!$found || $node === null || $node === '')
fails since $node=0
and $node === null || $node === ''
proably returns true.
In any case that final check is a problem. If the string in the database is set empty $node === ''
for a reason, the default value is returned, which is likely a bug too.
Status | New | ⇒ | Confirmed |
Tested in nightly on 5 April 2017 and its now working correctly with no not sending the password and yes sending it.
@Hg347 @AlexRed can you confirm @flyingwombats so this Issue can be closed?
yes, now is ok. Joomla! 3.7.0-beta4 (nightly Build)
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-05 11:03:27 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/15060
closed as Issue is resolved.
I can confirm the problem
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15060.