Merge pull request #890 from edx/ormsbee/verifyuser3
User verification / validated certificates feature
Showing
File moved
common/djangoapps/course_modes/urls.py
0 → 100644
common/templates/course_modes/choose.html
0 → 100644
lms/djangoapps/verify_student/__init__.py
0 → 100644
lms/djangoapps/verify_student/api.py
0 → 100644
lms/djangoapps/verify_student/models.py
0 → 100644
lms/djangoapps/verify_student/ssencrypt.py
0 → 100644
lms/djangoapps/verify_student/urls.py
0 → 100644
lms/djangoapps/verify_student/views.py
0 → 100644
lms/static/images/icon-id.png
0 → 100644
1.71 KB
lms/static/images/vcert-ribbon-s.png
0 → 100644
4.73 KB
lms/static/images/vcert-steps.png
0 → 100644
79.6 KB
File added
lms/static/js/verify_student/photocapture.js
0 → 100644
lms/static/sass/elements/_controls.scss
0 → 100644
lms/static/sass/elements/_typography.scss
0 → 100644
lms/static/sass/views/_verification.scss
0 → 100644
lms/templates/verify_student/verified.html
0 → 100644