Method SetPasswordAsync(IRedbUser, string, IRedbUser?)

Assembly: redb.Core.dll

Set new password for user (without checking old password).
For administrators only.

public virtual Task<bool> SetPasswordAsync(IRedbUser user, string newPassword, IRedbUser? currentUser = null)