Class: ForgotPasswordPortlet
- Inherits:
-
Cms::Portlet
- Object
- ActiveRecord::Base
- Cms::Portlet
- ForgotPasswordPortlet
- Defined in:
- app/portlets/forgot_password_portlet.rb
Overview
Shows a ‘Forgot Password’ form.
This portlet is not typically necessary in CMS 4.0 or later since there is a built in /forgot-password route built in. In previous versions this portlet would have worked with a page that handled the reset password functionality.
Instance Attribute Summary
Attributes inherited from Cms::Portlet
#connect_to_container, #connect_to_page_id, #controller
Instance Method Summary collapse
-
#render ⇒ Object
Just shows the core CMS forgot password form.
Methods inherited from Cms::Portlet
blacklist, blacklisted?, columns_for_index, connectable?, #connected_pages, default_template, default_template_path, description, enable_template_editor, form, get_subclass, handler, has_edit_link?, #inline_options, #instance_name, #page_title, #portlet_type_name, render_inline, set_default_template_path, #store_errors_in_flash, #store_hash_in_flash, #store_params_in_flash, #type_name, types, #url_for_failure, #url_for_success
Instance Method Details
#render ⇒ Object
Just shows the core CMS forgot password form.
13 14 |
# File 'app/portlets/forgot_password_portlet.rb', line 13 def render end |