[#114] Refactored password_reset (moved to TwitterAPI). Added homepage links to password reset result pages.

This commit is contained in:
Ivan Tashkinov 2018-12-13 13:17:49 +03:00
commit 908943352f
4 changed files with 22 additions and 8 deletions

View file

@ -1 +1,2 @@
<h2>Password reset failed</h2>
<h3><a href="<%= Pleroma.Web.base_url() %>">Homepage</a></h3>

View file

@ -1 +1,2 @@
<h2>Password changed!</h2>
<h3><a href="<%= Pleroma.Web.base_url() %>">Homepage</a></h3>