Sha256: 9f81671d25ef8d97eeb6a6ec902323c7cb8a13d6afaf8bc62441fdc10ff4c7a4

Contents?: true

Size: 1.33 KB

Versions: 25

Compression:

Stored size: 1.33 KB

Contents

= New Features

* An :auth_class rodauth plugin option has been added, allowing a user
  to specify a specific Rodauth::Auth subclass to use, instead of
  always using a new subclass of Rodauth::Auth.  This is designed for
  advanced configurations or other frameworks that build on top of
  Rodauth, which may want to customize the Rodauth::Auth subclasses to
  use.

* Two additional configuration methods have been added for easier
  translatability, fixing issues where English text was hardcoded:

  * same_as_current_login_message (change_login feature)
  * contains_null_byte_message (login_password_requirements_base
    feature)

= Other Improvements

* Loading the rodauth plugin multiple times in the same application
  with different blocks now works better.  The same context is now
  shared between the blocks, so you can load features in one block
  and call configuration methods added by the feature in the other
  block.  Previously, you could only call configuration methods in
  the block that added the feature, and enabling a feature in a
  block that was already enabled in a previous block did not allow
  the use of configuration methods related to the feature.

* Passing a block when loading the rodauth plugin is now optional.

* The autocomplete attribute on the reset password form now uses
  new-password instead of current-password.

Version data entries

25 entries across 25 versions & 1 rubygems

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