Mercurial Hosting > freedit
comparison src/api/forms.html @ 59:02d8876dc41d
improve change email
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 29 Nov 2022 18:45:22 -0700 |
parents | 31c895b73bd0 |
children |
comparison
equal
deleted
inserted
replaced
58:31c895b73bd0 | 59:02d8876dc41d |
---|---|
27 <hr> | 27 <hr> |
28 <form action="change_email_2.json"> | 28 <form action="change_email_2.json"> |
29 <h3>change_email_2</h3> | 29 <h3>change_email_2</h3> |
30 <p>base_url: <input name=base_url type=url required></p> | 30 <p>base_url: <input name=base_url type=url required></p> |
31 <p>from: <input name=from required></p> | 31 <p>from: <input name=from required></p> |
32 <p>email: <input name=email type=email required></p> | 32 <p>to: <input name=to type=email required></p> |
33 <p>password: <input name=password required></p> | 33 <p>password: <input name=password required></p> |
34 <p><input type=submit></p> | 34 <p><input type=submit></p> |
35 </form> | 35 </form> |
36 <hr> | 36 <hr> |
37 </body> | 37 </body> |