Mercurial Hosting > freedit
diff src/api/forms.html @ 57:169ac5fdb320
add change email
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 28 Nov 2022 23:47:19 -0700 |
parents | 9166f6a14021 |
children | 31c895b73bd0 |
line wrap: on
line diff
--- a/src/api/forms.html Mon Nov 28 22:00:43 2022 -0700 +++ b/src/api/forms.html Mon Nov 28 23:47:19 2022 -0700 @@ -15,5 +15,14 @@ <p><input type=submit></p> </form> <hr> + <form action="change_email.json"> + <h3>change_email</h3> + <p>base_url: <input name=base_url type=url required></p> + <p>from: <input name=from required></p> + <p>email: <input name=email type=email required></p> + <p>password: <input name=password required></p> + <p><input type=submit></p> + </form> + <hr> </body> </html>