Sha256: 580d5860554b07751552b81891375ba4f803e0b07f2fe7147fa462abd03d66c9

Contents?: true

Size: 1.38 KB

Versions: 38

Compression:

Stored size: 1.38 KB

Contents

= New Features

* When the email_auth feature is used, the link to request email
  authentication is now displayed if the user inputs an incorrect
  password.  Previously, it was only shown if the user had not
  yet entered a password.

* A send_email configuration method has been added, which can be
  overridden to customize email delivery (such as logging such
  email). The configuration method block accepts a Mail::Message
  argument.

* All rodauth.*_route methods that return the name of the route
  segment now have rodauth.*_path and rodauth.*_url equivalents,
  which return the path and URL for the related routes, respectively.
  The rodauth.*_path methods are useful when constructing links to
  the related Rodauth pages on the same site, and the rodauth.*_url
  methods are useful for constructing link to the Rodauth pages from
  other sites or in email.

= Other Improvements

* Specs have been removed from the gem file, reducing gem size by
  over 20%.

* rodauth.authenticated? now returns true on the OTP setup page
  when using the otp feature.  Previously, this method returned
  false on the OTP setup page.  However, as the user has not yet
  setup OTP when viewing this page, they should be considered
  fully authenticated, as they would be if they viewed any other
  page before setting up OTP.  This change probably only affects
  cases where the layout uses rodauth.authenticated?.

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
rodauth-2.36.0 doc/release_notes/1.23.0.txt
rodauth-2.34.0 doc/release_notes/1.23.0.txt
rodauth-2.33.0 doc/release_notes/1.23.0.txt
rodauth-2.32.0 doc/release_notes/1.23.0.txt
rodauth-2.31.0 doc/release_notes/1.23.0.txt
rodauth-2.30.0 doc/release_notes/1.23.0.txt
rodauth-2.29.0 doc/release_notes/1.23.0.txt
rodauth-2.28.0 doc/release_notes/1.23.0.txt
rodauth-2.27.0 doc/release_notes/1.23.0.txt
rodauth-2.26.1 doc/release_notes/1.23.0.txt
rodauth-2.26.0 doc/release_notes/1.23.0.txt
rodauth-2.25.0 doc/release_notes/1.23.0.txt
rodauth-2.24.0 doc/release_notes/1.23.0.txt
rodauth-2.23.0 doc/release_notes/1.23.0.txt
rodauth-2.22.0 doc/release_notes/1.23.0.txt
rodauth-2.21.0 doc/release_notes/1.23.0.txt
rodauth-2.20.0 doc/release_notes/1.23.0.txt
rodauth-2.19.0 doc/release_notes/1.23.0.txt
rodauth-2.18.0 doc/release_notes/1.23.0.txt
rodauth-2.17.0 doc/release_notes/1.23.0.txt