servnest/pg-view/auth/approval.php

12 lines
451 B
PHP

<?php declare(strict_types=1); ?>
<p>
<?= _('This form allows to use an approval key to validate your account. Approval keys are distributed by an administrator upon request.') ?>
</p>
<form method="post">
<label for="key"><?= _('Approval key') ?></label><br>
<input required="" id="key" size="33" name="key" type="text" placeholder="27b81fbd8277b11ed1cf03d476cec503">
<br>
<input type="submit" value="<?= _('Use for this account') ?>">
</form>