Example #1
0
 /**
  * Activate an account and set `time_activated`
  *
  * Only non-activated and not deleted user can be activated;
  * an account is not allowed to deactivate.
  *
  * @param int $uid
  *
  * @return bool|null   Null for no-action
  */
 public function activateAccount($uid)
 {
     return parent::activateAccount($uid);
 }