Sha256: b64196adc3a98bb5d44837cb6dc45efd13eee0595a6c3205b05c08ea5d3fa8a0

Contents?: true

Size: 774 Bytes

Versions: 60

Compression:

Stored size: 774 Bytes

Contents

= New Features

* An otp_drift configuration method has been added to the otp plugin,
  which allows you to set the number of seconds of allowed drift. This
  makes the otp plugin easier to use if the client and server do not
  have good synchronize to the same time source.

= Other Improvements

* Passwords containing the ASCII NUL character "\0" are no longer
  allowed, as bcrypt truncates the password at the first NUL
  character.

  Note that bcrypt only uses the first 72 characters of the password
  when constructing the hash, but Rodauth does not enforce a limit
  of 72 characters.  If you want to enforce a maximum password length
  in your application, use the password_meets_requirements?
  configuration method with a block and call super inside the block.

Version data entries

60 entries across 60 versions & 1 rubygems

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