Skip to content

Instantly share code, notes, and snippets.

@conanak99

conanak99/it.cs Secret

Created May 7, 2016 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/18a623d044692ec0f687eef867050285 to your computer and use it in GitHub Desktop.
Save conanak99/18a623d044692ec0f687eef867050285 to your computer and use it in GitHub Desktop.
public override bool ChangePassword(string username, string oldPassword, string newPassword)
public override bool DeleteUser(string username, bool deleteAllRelatedData)
public override bool EnablePasswordRetrieval()
public override int MinRequiredPasswordLength()
// Thực sự ta chỉ cần hàm này
public override bool ValidateUser(string username, string password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment