Ejemplo n.º 1
0
 /// <summary>Logs on the user.</summary>
 /// <param name="user">The user to log on.</param>
 public void LogOn(User user)
 {
     FormsAuthentication.SetAuthCookie(user.Login, true);
 }
Ejemplo n.º 2
0
 public string GetResetPasswordLink(User user)
 {
     throw new NotImplementedException();
 }