Sha256: 4b627ca0b36cbae95d1f0a136e8bef81d4daba5c51ea5d7616c03cd48005b48c

Contents?: true

Size: 1.25 KB

Versions: 11

Compression:

Stored size: 1.25 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_page_title :: The page title to use on the change login form.
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. Defaults to +change-login+.

== 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

11 entries across 11 versions & 1 rubygems

Version Path
rodauth-2.10.0 doc/change_login.rdoc
rodauth-2.9.0 doc/change_login.rdoc
rodauth-2.8.0 doc/change_login.rdoc
rodauth-2.7.0 doc/change_login.rdoc
rodauth-2.6.0 doc/change_login.rdoc
rodauth-2.5.0 doc/change_login.rdoc
rodauth-2.4.0 doc/change_login.rdoc
rodauth-2.3.0 doc/change_login.rdoc
rodauth-2.2.0 doc/change_login.rdoc
rodauth-2.1.0 doc/change_login.rdoc
rodauth-2.0.0 doc/change_login.rdoc