Example details for ResetPassword
Syntax variant 1 (preferred REST-format): ResetPassword/{email_or_value_code}/{execute_id}/
Syntax variant 2 (traditional query-string): ResetPassword?email_or_value_code={email_or_value_code}&execute_id={execute_id}
Step 2, The user accesses the link given in the e-mail message. If the execute_id matches the one we sent, the user is directed to the "SubscriptionManagementFirstTime" and can register new e-mail and password.
GET, syntax 1 (preferred REST-format):
ResetPassword/nobody@nowhere.com/exec_id/
GET, syntax 2 (traditional query-string):
ResetPassword?email_or_value_code=nobody@nowhere.com&execute_id=exec_id
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04