Pow v1.0.1 Release Notes

Release Date: 2019-01-27 // about 5 years ago
    • pow.extension.ecto.gen.migrations mix task will output warning when a migration file won't be generated for any particular extension
    • 🚚 Leading and trailing whitespace is removed from the user id field value (in addition to forced lower case)
    • An exception is raised when pow_routes/0 or pow_extension_routes/0 are used inside router scopes with aliases
    • Mail view templates assigns now has [user: user, conn: conn] along with the template specific assigns
    • Mail view subject methods now gets the same assigns passed as mail view template assigns instead of only [conn: conn]
    • Added pow_registration_routes/0, pow_session_routes/0 and pow_scope/1 macros to the router module
    • ➕ Added guide on how to disable registration