action ijenko_auth_reset_password { label: "Ask for a new password" description: "Trigger the request of a new password.\n\nThe account administrator will receive an e-mail with an URL pointing to a form\nto allow him/her to enter a new password.\nThe old password is still functional until a new one is submitted.\n\nEither the login or e-mail of the account must be given.\n" provider: ijenko method: POST path: "/auth/reset-password" encoding: json output: { type: "object" additionalProperties: true } }