feat: use verified name for certs if enabled
If the verified name feature is enabled and the user has their preference set to use verified name for certificates, create and display certificates with their verified name rather than their profile name.
Showing
- lms/djangoapps/certificates/generation.py 3 additions, 6 deletionslms/djangoapps/certificates/generation.py
- lms/djangoapps/certificates/models.py 21 additions, 4 deletionslms/djangoapps/certificates/models.py
- lms/djangoapps/certificates/tests/test_generation.py 37 additions, 0 deletionslms/djangoapps/certificates/tests/test_generation.py
- lms/djangoapps/certificates/tests/test_models.py 33 additions, 0 deletionslms/djangoapps/certificates/tests/test_models.py
- lms/djangoapps/certificates/tests/test_webview_views.py 32 additions, 1 deletionlms/djangoapps/certificates/tests/test_webview_views.py
- lms/djangoapps/certificates/utils.py 23 additions, 0 deletionslms/djangoapps/certificates/utils.py
- lms/djangoapps/certificates/views/webview.py 7 additions, 2 deletionslms/djangoapps/certificates/views/webview.py
Please register or sign in to comment