reset_password
Reset a user's password by specifying their username, new password, and whether the change is temporary so the user must update on next login.
Instructions
Reset a user's password.
Args: username: Exact username (email). password: New password to set. temporary: If True, user must change password on next login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| password | Yes | ||
| temporary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |