You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ChangePassword changes the password for the given Credential and updates the Credential to use the recommended safe key derivation function and parameters
// ResetWithIP resets the password for the given Credential and updates the Credential to use the recommended safe key derivation function and parameters
106
-
func (c*Credential) ResetWithIP(oldPassword, newPasswordstring, ip net.IP) error {
// ChangePasswordWithIP changes the password for the given Credential and updates the Credential to use the recommended safe key derivation function and parameters
106
+
func (c*Credential) ChangePasswordWithIP(oldPassword, newPasswordstring, ip net.IP) error {
0 commit comments