Add password reset.
authorRoger Braun <rbraun@Bobble.local>
Thu, 19 Oct 2017 15:37:24 +0000 (17:37 +0200)
committerRoger Braun <rbraun@Bobble.local>
Thu, 19 Oct 2017 15:37:24 +0000 (17:37 +0200)
commit6af164f27b5a285fb1b1c8790a86db061c8fc28a
treec953271fc6329a179caf46e35114224cbe2ca846
parenta17b2613795b24162e953dd457b411dddc0c902e
Add password reset.
lib/pleroma/PasswordResetToken.ex [new file with mode: 0644]
lib/pleroma/user.ex
lib/pleroma/web/router.ex
lib/pleroma/web/templates/twitter_api/util/invalid_token.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/twitter_api/util/password_reset.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/twitter_api/util/password_reset_failed.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/twitter_api/util/password_reset_success.html.eex [new file with mode: 0644]
lib/pleroma/web/twitter_api/controllers/util_controller.ex
lib/pleroma/web/twitter_api/views/util_view.ex [new file with mode: 0644]
priv/repo/migrations/20171019141706_create_password_reset_tokens.exs [new file with mode: 0644]