Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed May 7, 2024
2 parents f765853 + ad4d593 commit 89ffaae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/20240507_165604_rohansaeed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [BugFix] Fix award program certificates error. (by @rohan-saeed)
1 change: 1 addition & 0 deletions tutorcredentials/patches/openedx-lms-common-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREDENTIALS_SERVICE_USERNAME = "{{ CREDENTIALS_SERVICE_USERNAME }}"
1 change: 1 addition & 0 deletions tutorcredentials/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"THEME_NAME": "edx-theme",
"REPOSITORY": "https://github.com/openedx/credentials.git",
"REPOSITORY_VERSION": "{{ OPENEDX_COMMON_VERSION }}",
"SERVICE_USERNAME": "credentials",
},
"unique": {
"MYSQL_PASSWORD": "{{ 8|random_string }}",
Expand Down

0 comments on commit 89ffaae

Please sign in to comment.