Method SetPasswordAsync(IRedbUser, string, IRedbUser?)
Set new password for user (without checking old password).
For administrators only.
Task<bool> SetPasswordAsync(IRedbUser user, string newPassword, IRedbUser? currentUser = null)
Set new password for user (without checking old password).
For administrators only.
Task<bool> SetPasswordAsync(IRedbUser user, string newPassword, IRedbUser? currentUser = null)