-
- Downloads
Add password reset.
Showing
- lib/pleroma/PasswordResetToken.ex 44 additions, 0 deletionslib/pleroma/PasswordResetToken.ex
- lib/pleroma/user.ex 19 additions, 0 deletionslib/pleroma/user.ex
- lib/pleroma/web/router.ex 10 additions, 0 deletionslib/pleroma/web/router.ex
- lib/pleroma/web/templates/twitter_api/util/invalid_token.html.eex 1 addition, 0 deletions...oma/web/templates/twitter_api/util/invalid_token.html.eex
- lib/pleroma/web/templates/twitter_api/util/password_reset.html.eex 12 additions, 0 deletions...ma/web/templates/twitter_api/util/password_reset.html.eex
- lib/pleroma/web/templates/twitter_api/util/password_reset_failed.html.eex 1 addition, 0 deletions...templates/twitter_api/util/password_reset_failed.html.eex
- lib/pleroma/web/templates/twitter_api/util/password_reset_success.html.eex 1 addition, 0 deletions...emplates/twitter_api/util/password_reset_success.html.eex
- lib/pleroma/web/twitter_api/controllers/util_controller.ex 22 additions, 0 deletionslib/pleroma/web/twitter_api/controllers/util_controller.ex
- lib/pleroma/web/twitter_api/views/util_view.ex 4 additions, 0 deletionslib/pleroma/web/twitter_api/views/util_view.ex
- priv/repo/migrations/20171019141706_create_password_reset_tokens.exs 13 additions, 0 deletions...igrations/20171019141706_create_password_reset_tokens.exs
lib/pleroma/PasswordResetToken.ex
0 → 100644
Please register or sign in to comment