class Auth::PasswordResetInitiateHandler
- Auth::PasswordResetInitiateHandler
- Marten::Handlers::Schema
- Marten::Handlers::Template
- Marten::Handlers::Base
- Reference
- Object
Included Modules
Defined in:
auth/handlers/password_reset_initiate_handler.crInstance Method Summary
-
#process_valid_schema
Produces the response when the processed schema is valid.
Instance Method Detail
def process_valid_schema
#
Description copied from class Marten::Handlers::Schema
Produces the response when the processed schema is valid.
By default, this will return a 302 redirect targetting the configured success URL.