parsav  Diff

Differences From Artifact [a2babc26c2]:

To Artifact [4bef3514c2]:


1
2
3
4
5
6
7
8
9
10
11
<hr>
<form method="post">
	<p>this account can currently be accessed with the credentials listed below. if you fear a credential has been compromised, you can revoke or reset it.</p>
	<select size="6" name="cred">
		@credlist
	</select>
	<menu class="horizontal choice">
		<button name="act" value="reset">reset</button>
		<button name="act" value="revoke">revoke</button>
		@?auth
	</menu>



|







1
2
3
4
5
6
7
8
9
10
11
<hr>
<form method="post">
	<p>this account can currently be accessed with the credentials listed below. if you fear a credential has been compromised, you can revoke or reset it.</p>
	<select size="6" name="cred" required>
		@credlist
	</select>
	<menu class="horizontal choice">
		<button name="act" value="reset">reset</button>
		<button name="act" value="revoke">revoke</button>
		@?auth
	</menu>