Spear.Client.change_user_password
You're seeing just the callback
change_user_password
, go back to Spear.Client module for more information.
Link to this callback
change_user_password(login_name, current_password, new_password)
View Source (since 0.3.0)Specs
change_user_password( login_name :: String.t(), current_password :: String.t(), new_password :: String.t() ) :: :ok | {:error, any()}
A wrapper around Spear.change_user_password/4
Link to this callback
change_user_password(login_name, current_password, new_password, opts)
View Source (since 0.3.0)Specs
change_user_password( login_name :: String.t(), current_password :: String.t(), new_password :: String.t(), opts :: Keyword.t() ) :: :ok | {:error, any()}
A wrapper around Spear.change_user_password/5