Update wording re: secondary photo ID verification

This commit is contained in:
Noah Petherbridge 2024-05-27 12:44:30 -07:00
parent 97291c8721
commit e71ca1fba3
2 changed files with 11 additions and 9 deletions

View File

@ -15,7 +15,8 @@
<p>
To get your certification photo approved, you will need to upload a copy of an
official photo ID that shows your <strong>face</strong> and your <strong>date of birth</strong>.
All other information on your ID should be blacked out before sharing it.
All other information on your ID should be blacked out before sending it, to protect your
privacy and security.
</p>
<p>

View File

@ -32,7 +32,7 @@
{{else if eq .CertificationPhoto.Status "approved"}}
<span class="tag is-success">Approved</span>
{{else if eq .CertificationPhoto.Status "secondary"}}
<span class="tag is-info">Secondary ID Requested</span>
<span class="tag is-info">Photo ID Requested</span>
{{else if eq .CertificationPhoto.Status "rejected"}}
<span class="tag is-danger">Rejected</span>
{{else}}
@ -45,14 +45,14 @@
<div class="notification is-info is-light content">
<p>
A {{PrettyTitle}} admin has reviewed your certification photo and has requested
that you show a secondary form of photo ID to verify your age.
that you provide a secondary form of photo ID to verify your age.
</p>
<p>
Please upload a scan or photo of an official, government issued ID which shows
a photo of your face and your date of birth. <strong>Please black out any other
personal information from your ID.</strong> We do not want your name, address,
ID number, or any sensitive information - <em>just</em> your <strong>photo</strong>
ID number, or any sensitive information - <em>only</em> your <strong>photo</strong>
and your <strong>date of birth</strong>.
</p>
@ -132,14 +132,15 @@
{{else if .CertificationPhoto.SecondaryVerified}}
<div class="notification is-success is-light content">
<p>
Your <i class="fa fa-id-card"></i> <strong>secondary form of photo ID</strong> has
been reviewed and approved by an administrator. We have removed the image itself
from the server.
Congratulations!
Your <i class="fa fa-id-card"></i> <strong>age verification photo</strong> has
been reviewed and approved. This photo has now been deleted from our system to
protect your privacy and security.
</p>
<p>
Note: if you delete your Certification Photo at this point, or upload a new one,
you will be requested to re-upload your photo ID again as well.
Note: please do not delete or change your original Certification Photo, or else
you will be required to re-upload your age verification photo ID again.
</p>
</div>
{{end}}