Sha256: cc382c2514917613bb135fcd2d98d268e652a1bb961dae0fa24645e914db17fd

Contents?: true

Size: 1.14 KB

Versions: 6

Compression:

Stored size: 1.14 KB

Contents

= Documentation for Login Feature

The login feature implements a login page.  It's the most commonly
used feature.

== Auth Value Methods

login_additional_form_tags :: HTML fragment containing additional form tags to use on the login form.
login_button :: The text to use for the login button.
login_error_flash :: The flash error to show for an unsuccesful login.
login_error_status :: The response status to use when using an invalid login or password to login, 401 by default.
login_form_footer :: A message to display after the login form.
login_need_password_notice_flash :: The flash notice to show during multi phase login after the login has been entered, when requesting the password.
login_notice_flash :: The flash notice to show after successful login.
login_redirect :: Where to redirect after a sucessful login.
login_route :: The route to the login action. Defaults to +login+.
use_multi_phase_login? :: Whether to ask for login first, and only ask for password after asking for the login, false by default.

== Auth Methods

before_login_route :: Run arbitrary code before handling a login route.
login_view :: The HTML to use for the login form.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rodauth-1.23.0 doc/login.rdoc
rodauth-1.22.0 doc/login.rdoc
rodauth-1.21.0 doc/login.rdoc
rodauth-1.20.0 doc/login.rdoc
rodauth-1.19.1 doc/login.rdoc
rodauth-1.19.0 doc/login.rdoc