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