Sha256: 0e871dde221551fe0dd6ea5144c72844e3309f9679759aae568a0dd9b5f85cea

Contents?: true

Size: 1.36 KB

Versions: 9

Compression:

Stored size: 1.36 KB

Contents

= Documentation for Change Login Feature

The change login feature implements a form that a user can use to
change their login.

== Auth Value Methods

change_login_additional_form_tags :: HTML fragment containing additional
                                     form tags to use on the change login
                                     form.
change_login_button :: The text to use for the change login button.
change_login_error_flash :: The flash error to show for an unsuccessful
                            login change.
change_login_notice_flash :: The flash notice to show after a successful
                             login change.
change_login_redirect :: Where to redirect after a sucessful login change.
change_login_requires_password? :: Whether a password is required when
                                   changing logins.
change_login_route :: The route to the change login action.

== Auth Methods

after_change_login :: Run arbitrary code after successful login change.
before_change_login :: Run arbitrary code before changing a login.
before_change_login_route :: Run arbitrary code before handling a change login route.
change_login(login) :: Change the users login to the given login, or
                       return nil/false if the login cannot be changed to
                       the given login.
change_login_view :: The HTML to use for the change login form.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rodauth-1.8.0 doc/change_login.rdoc
rodauth-1.7.0 doc/change_login.rdoc
rodauth-1.6.0 doc/change_login.rdoc
rodauth-1.5.0 doc/change_login.rdoc
rodauth-1.4.0 doc/change_login.rdoc
rodauth-1.3.0 doc/change_login.rdoc
rodauth-1.2.0 doc/change_login.rdoc
rodauth-1.1.0 doc/change_login.rdoc
rodauth-1.0.0 doc/change_login.rdoc