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