{{define "title"}}Certification Photo{{end}} {{define "content"}}

Certification Photo

Certification Status: {{if eq .CertificationPhoto.Status "needed"}} Awaiting Upload {{else if eq .CertificationPhoto.Status "pending"}} Pending Approval {{else if eq .CertificationPhoto.Status "approved"}} Approved {{else if eq .CertificationPhoto.Status "rejected"}} Rejected {{else}} {{.CertificationPhoto.Status}} {{end}}
{{if .CertificationPhoto.AdminComment}}

Your certification photo has been rejected. Please review the admin comment below and try taking and uploading a new certification photo.

Admin comment:

{{.CertificationPhoto.AdminComment}}

{{end}} {{if .CertificationPhoto.Filename}}
{{InputCSRF}}

If your Certification Photo has been approved (so that your user account is "Certified"), removing this picture will revert your account to "Not Certified" status. You would then need to be re-approved with a new Certification Photo to be recertified.


{{end}}

Uploading a certification photo (or "verification selfie") is required to gain full access to this website. We want to know that only "real" users are here -- no anonymous lurkers. To get certified, please take a selfie that shows your face and depicts you holding a sheet of paper with the following information written on it:

  • The name of this website: {{PrettyTitle}}
  • Your username: {{.CurrentUser.Username}}
  • Today's date: {{Now.Format "2006/01/02"}}

Please ensure that your face is visible and your hand is clearly seen holding the sheet of paper. Your certification photo will not appear on your photo gallery, and nor should you upload it separately to your gallery page (as it may enable others to photoshop your image and use it to verify a fake profile on another website).

{{InputCSRF}}
Example Picture
(ink colors not important)
{{end}}