Hello, i use joomla3.4, and i have problem:
I want to detect if user must to be reset password, and i use this code:
if (!$user->guest) {
if($user->resetCount == 0)
{
echo"must to reset your password";
}
else
{
echo "ok";
}
}
but not work, i think that is a bug in joomla code.
For reproduce, in admin resert password of user and connect to this user
Thank for advance.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-08-17 06:10:01 |
Closed_By | ⇒ | zero-24 |
Closing as dublicate of: #7710