Mercurial Hosting > freedit
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 56:7ce54f6d93f2 | 57:169ac5fdb320 |
|---|---|
| 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"> | |
| 19 <h3>change_email</h3> | |
| 20 <p>base_url: <input name=base_url type=url required></p> | |
| 21 <p>from: <input name=from required></p> | |
| 22 <p>email: <input name=email type=email required></p> | |
| 23 <p>password: <input name=password required></p> | |
| 24 <p><input type=submit></p> | |
| 25 </form> | |
| 26 <hr> | |
| 18 </body> | 27 </body> |
| 19 </html> | 28 </html> |
