/**
  * Generate an activation Key
  *
  */
 public static function generate()
 {
     return sha1(UuidGenerator::v1() . time());
 }