Skip to content
Snippets Groups Projects
Unverified Commit e6acdd08 authored by Kyle McCormick's avatar Kyle McCormick Committed by GitHub
Browse files

Change IDv response time to 5-7 days (#23887)

It was previously 1-2 days, but we need to increase it
in response to our increased ID verification demand.
parent f8cc5861
No related branches found
No related tags found
No related merge requests found
......@@ -406,10 +406,10 @@ from util.course import get_link_for_about_page, get_encoded_course_sharing_utm_
</div>
% elif verification_status['status'] == VERIFY_STATUS_SUBMITTED:
<h4 class="message-title">${_('You have submitted your verification information.')}</h4>
<p class="message-copy">${_('You will see a message on your dashboard when the verification process is complete (usually within 1-2 days).')}</p>
<p class="message-copy">${_('You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).')}</p>
% elif verification_status['status'] == VERIFY_STATUS_RESUBMITTED:
<h4 class="message-title">${_('Your current verification will expire soon!')}</h4>
<p class="message-copy">${_('You have submitted your reverification information. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days).')}</p>
<p class="message-copy">${_('You have submitted your reverification information. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).')}</p>
% elif verification_status['status'] == VERIFY_STATUS_APPROVED:
<h4 class="message-title">${_('You have successfully verified your ID with edX')}</h4>
% if verification_status.get('verification_good_until') is not None:
......
......@@ -14,7 +14,7 @@
<div class="instructions">
<p>
% if status in ["pending", "approved"]:
${_("You have already submitted your verification information. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days).")}
${_("You have already submitted your verification information. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).")}
% else:
${_("You cannot verify your identity at this time.")}
% endif
......
......@@ -2,7 +2,7 @@
<h1 class="title"><%- gettext( "Identity Verification In Progress" ) %></h3>
<div class="instruction">
<p><%- gettext( "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content." ) %></p>
<p><%- gettext( "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days). In the meantime, you can still access all available course content." ) %></p>
</div>
<div class="wrapper-actions">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment