Home | History | Annotate | Download | only in login

Lines Matching refs:email

42     // The email the user used to log in.
43 void set_email(const std::string& email) { email_ = email; }
44 const std::string& email() const { return email_; }
49 // Tooltip contains user's display name and his email domain to distinguish
76 // Indicates that a user with the given email has just logged in.
78 virtual void UserLoggedIn(const std::string& email);
83 virtual void RemoveUser(const std::string& email,
88 virtual void RemoveUserFromList(const std::string& email);
91 virtual bool IsKnownUser(const std::string& email);