Pow v1.0.2 Release Notes

Release Date: 2019-02-28 // about 5 years ago
    • ➕ Added flash error message about e-mail confirmation for when user changes e-mail with PowEmailConfirmation enabled #111
    • Added new_password_changeset/3 and confirm_password_changeset/3 to Pow.Ecto.Schema.Changeset #91
    • Redis cache store backend guide #88
    • Correct shell instructions for mix pow.phoenix.gen.templates task #92
    • Only load environment config in Pow.Config.get/3 when no key is set in the provided config #108
    • 🛠 Fixed issue in Pow.Store.Backend.MnesiaCache.keys/1 and Pow.Store.Backend.EtsCache.keys/1 so they now return keys without namespace #112
    • Pow.Store.Backend.MnesiaCache.put/3 now raises an error if TTL is not provided #112

    💥 Breaking changes

    • PowResetPassword.Plug.reset_password_token/1 has been removed #112