mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-01 13:50:13 +02:00
Let signed-in users perform email confirmation as well in 'tests'
This commit is contained in:
@@ -536,6 +536,8 @@ function showAuthenticatedUserForm(\Delight\Auth\Auth $auth) {
|
|||||||
echo '<button type="submit">Change password</button>';
|
echo '<button type="submit">Change password</button>';
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
|
|
||||||
|
showConfirmEmailForm();
|
||||||
|
|
||||||
echo '<form action="" method="post" accept-charset="utf-8">';
|
echo '<form action="" method="post" accept-charset="utf-8">';
|
||||||
echo '<input type="hidden" name="action" value="setPasswordResetEnabled" />';
|
echo '<input type="hidden" name="action" value="setPasswordResetEnabled" />';
|
||||||
echo '<select name="enabled" size="1">';
|
echo '<select name="enabled" size="1">';
|
||||||
|
Reference in New Issue
Block a user