Sha256: 219a196da2bbbb4c313c9051549dd0b40d2394b843b074e850a2bbc02bfc221b

Contents?: true

Size: 779 Bytes

Versions: 2

Compression:

Stored size: 779 Bytes

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_form_footer :: A message to display after the login form.
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.

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

2 entries across 2 versions & 1 rubygems

Version Path
rodauth-1.7.0 doc/login.rdoc
rodauth-1.6.0 doc/login.rdoc