Update wording re: secondary photo ID verification
This commit is contained in:
parent
97291c8721
commit
e71ca1fba3
|
@ -15,7 +15,8 @@
|
||||||
<p>
|
<p>
|
||||||
To get your certification photo approved, you will need to upload a copy of an
|
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>.
|
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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
{{else if eq .CertificationPhoto.Status "approved"}}
|
{{else if eq .CertificationPhoto.Status "approved"}}
|
||||||
<span class="tag is-success">Approved</span>
|
<span class="tag is-success">Approved</span>
|
||||||
{{else if eq .CertificationPhoto.Status "secondary"}}
|
{{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"}}
|
{{else if eq .CertificationPhoto.Status "rejected"}}
|
||||||
<span class="tag is-danger">Rejected</span>
|
<span class="tag is-danger">Rejected</span>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
@ -45,14 +45,14 @@
|
||||||
<div class="notification is-info is-light content">
|
<div class="notification is-info is-light content">
|
||||||
<p>
|
<p>
|
||||||
A {{PrettyTitle}} admin has reviewed your certification photo and has requested
|
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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Please upload a scan or photo of an official, government issued ID which shows
|
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
|
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,
|
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>.
|
and your <strong>date of birth</strong>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -132,14 +132,15 @@
|
||||||
{{else if .CertificationPhoto.SecondaryVerified}}
|
{{else if .CertificationPhoto.SecondaryVerified}}
|
||||||
<div class="notification is-success is-light content">
|
<div class="notification is-success is-light content">
|
||||||
<p>
|
<p>
|
||||||
Your <i class="fa fa-id-card"></i> <strong>secondary form of photo ID</strong> has
|
Congratulations!
|
||||||
been reviewed and approved by an administrator. We have removed the image itself
|
Your <i class="fa fa-id-card"></i> <strong>age verification photo</strong> has
|
||||||
from the server.
|
been reviewed and approved. This photo has now been deleted from our system to
|
||||||
|
protect your privacy and security.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Note: if you delete your Certification Photo at this point, or upload a new one,
|
Note: please do not delete or change your original Certification Photo, or else
|
||||||
you will be requested to re-upload your photo ID again as well.
|
you will be required to re-upload your age verification photo ID again.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user