Example details for ResetPassword
Syntax variant 1 (preferred REST-format): ResetPassword/{email_or_value_code}/
Syntax variant 2 (traditional query-string): ResetPassword?email_or_value_code={email_or_value_code}
Step 1, Creates an e-mail with execute_id which will be sent to nobody@nowhere.com.
GET, syntax 1 (preferred REST-format):
ResetPassword/nobody@nowhere.com/
GET, syntax 2 (traditional query-string):
ResetPassword?email_or_value_code=nobody@nowhere.com
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04