Commit fdd38b23 by Scott

Fix missing email confirmation link in user account

parent a1da5148
...@@ -63,7 +63,7 @@ if (QA_PASSWORD_HASH) { ...@@ -63,7 +63,7 @@ if (QA_PASSWORD_HASH) {
} }
$permit_error = qa_user_permit_error(); $permit_error = qa_user_permit_error();
$isblocked = $permit_error !== false; $isblocked = $permit_error !== false;
$pending_confirmation = $doconfirms && $permit_error == 'confirm'; $pending_confirmation = $doconfirms && !$isconfirmed;
// Process profile if saved // Process profile if saved
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment