|
<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>
|
|
|
<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>
|