예제 #1
0
 /**
  * Get hash for autologin
  * @return string
  */
 public static function getAutologinHash()
 {
     return md5(trim(SessionAccountHandler::getMail()) . self::getRandomHash(32));
 }