writefreely/migrations
Matt Baer f404f7b928 Support resetting password via email
This adds a self-serve password reset page. Users can enter their username
and receive an email with a link that will let them create a new password.
If they've never set a password, it will send them a one-time login link
(building on #776) that will then take them to their Account Settings page.
If they don't have an email associated with their account, they'll be
instructed to contact the admin, so they can manually reset the password.

Includes changes to the stylesheet and database, so run:

    make ui
    writefreely db migrate

Closes T508
2023-09-25 18:48:14 -04:00
..
drivers.go Support resetting password via email 2023-09-25 18:48:14 -04:00
migrations.go Support resetting password via email 2023-09-25 18:48:14 -04:00
v1.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v2.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v3.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v4.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v5.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v6.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v7.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v8.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v9.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v10.go Change copyright notices to Musing Studio LLC 2022-11-10 23:49:16 -05:00
v11.go Use TEXT for oauth_users.access_token to prevent insertion failure 2023-01-03 19:32:21 +01:00
v12.go Support rel=me verification on blogs 2023-09-21 19:04:34 -04:00
v13.go Fix publishjobs `id` column in SQLite 2023-09-25 14:51:28 -04:00
v14.go Support resetting password via email 2023-09-25 18:48:14 -04:00