Mercurial Hosting > freedit
diff src/api/forms.html @ 58:31c895b73bd0
improve change email
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 29 Nov 2022 16:09:17 -0700 |
parents | 169ac5fdb320 |
children | 02d8876dc41d |
line wrap: on
line diff
--- a/src/api/forms.html Mon Nov 28 23:47:19 2022 -0700 +++ b/src/api/forms.html Tue Nov 29 16:09:17 2022 -0700 @@ -15,8 +15,18 @@ <p><input type=submit></p> </form> <hr> - <form action="change_email.json"> - <h3>change_email</h3> + <form action="change_email_1.json"> + <h3>change_email_1</h3> + <p>base_url: <input name=base_url type=url required></p> + <p>from: <input name=from required></p> + <p>to: <input name=to type=email 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> + <form action="change_email_2.json"> + <h3>change_email_2</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>