Mercurial Hosting > freedit
comparison 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 |
comparison
equal
deleted
inserted
replaced
57:169ac5fdb320 | 58:31c895b73bd0 |
---|---|
13 <p>email: <input name=email type=email required></p> | 13 <p>email: <input name=email type=email required></p> |
14 <p>password: <input name=password required></p> | 14 <p>password: <input name=password required></p> |
15 <p><input type=submit></p> | 15 <p><input type=submit></p> |
16 </form> | 16 </form> |
17 <hr> | 17 <hr> |
18 <form action="change_email.json"> | 18 <form action="change_email_1.json"> |
19 <h3>change_email</h3> | 19 <h3>change_email_1</h3> |
20 <p>base_url: <input name=base_url type=url required></p> | |
21 <p>from: <input name=from required></p> | |
22 <p>to: <input name=to type=email required></p> | |
23 <p>email: <input name=email type=email required></p> | |
24 <p>password: <input name=password required></p> | |
25 <p><input type=submit></p> | |
26 </form> | |
27 <hr> | |
28 <form action="change_email_2.json"> | |
29 <h3>change_email_2</h3> | |
20 <p>base_url: <input name=base_url type=url required></p> | 30 <p>base_url: <input name=base_url type=url required></p> |
21 <p>from: <input name=from required></p> | 31 <p>from: <input name=from required></p> |
22 <p>email: <input name=email type=email required></p> | 32 <p>email: <input name=email type=email required></p> |
23 <p>password: <input name=password required></p> | 33 <p>password: <input name=password required></p> |
24 <p><input type=submit></p> | 34 <p><input type=submit></p> |