Example #1
0
 /**
  * Create a cookie hash to identify the user indefinitely.
  *
  * @param \User $u
  *
  * @return string Unique hash to be used to verify the users identity
  */
 public function buildHash(Concrete\Core\User\User $u)
 {
     return parent::buildHash($u);
 }