Rodauth v1.10.0 Release Notes

Release Date: 2017-03-23 // about 7 years ago
    • โž• Add Internals Guide (jeremyevans)

    • Set FeatureConfiguration instances to constants, just like Feature instances (jeremyevans)

    • ๐Ÿ”ง When reopening rodauth configuration in roda subclass, automatically subclass rodauth configuration so it doesn't modify superclass (jeremyevans)

    • Add verify_login_change feature as an alternative to verify_change_login, where the change doesn't take affect until after verification (jeremyevans) (#31)

    • Add login_failed_reset_password_request_form for customizing the HTML used for the request password request form on login failures (jeremyevans)

    • ๐Ÿ‘‰ Make reset password request form available without requiring a login attempt, and provide a login field in that case (jeremyevans) (#30)

    • ๐Ÿ‘‰ Make resending verify account email request form available without requiring a login/account creation attempt, and provide a login field in that case (jeremyevans) (#30)

    • Fix resending verify account email when attempting to create a new account with same login as unverified account when using verify_account_grace_period feature (jeremyevans) (#30)

    • Fix precompile_rodauth_templates usage with reset_password feature (jeremyevans)