Sha256: 40d1213dbfa8af0248651f57fda45bcabf552b63a359067f121c6394d98ef5e8

Contents?: true

Size: 539 Bytes

Versions: 11

Compression:

Stored size: 539 Bytes

Contents

# 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.
#
class ForgotPasswordPortlet < Cms::Portlet

  enable_template_editor false
  description "Displays the forgot password form. (Consider using /forgot-password instead of this)"

  # Just shows the core CMS forgot password form.
  def render
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
browsercms-artirix-4.0.4 app/portlets/forgot_password_portlet.rb
browsercms-artirix-4.0.3.3 app/portlets/forgot_password_portlet.rb
browsercms-artirix-4.0.3.2 app/portlets/forgot_password_portlet.rb
browsercms-artirix-4.0.3.1 app/portlets/forgot_password_portlet.rb
browsercms-artirix-4.0.3 app/portlets/forgot_password_portlet.rb
browsercms-artirix-4.0.2 app/portlets/forgot_password_portlet.rb
browsercms-artirix-4.0.1.1 app/portlets/forgot_password_portlet.rb
browsercms-artirix-4.0.0.rc1.art4 app/portlets/forgot_password_portlet.rb
browsercms-4.0.0.rc1 app/portlets/forgot_password_portlet.rb
browsercms-4.0.0.beta app/portlets/forgot_password_portlet.rb
browsercms-4.0.0.alpha app/portlets/forgot_password_portlet.rb