Skip to content

Commit ef48919

Browse files
author
vikasrohit
authoredNov 24, 2020
Merge pull request #207 from topcoder-platform/feature/update_registration_url
[PATCH][MASTER]changes to update reg url to new auth0

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed
 

‎.circleci/config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
- setup_remote_docker
4343
- run: *install_dependency
4444
- run: *install_deploysuite
45-
- restore_cache: *restore_cache_settings_for_build
4645
- run: *run_build
47-
- save_cache: *save_cache_settings
4846
- deploy:
4947
name: Running Masterscript - deploy tc-notifications-api service
5048
command: |
@@ -71,9 +69,7 @@ jobs:
7169
- setup_remote_docker
7270
- run: *install_dependency
7371
- run: *install_deploysuite
74-
- restore_cache: *restore_cache_settings_for_build
7572
- run: *run_build
76-
- save_cache: *save_cache_settings
7773
- deploy:
7874
name: Running Masterscript - prod deploy tc-notifications-api service
7975
command: |
@@ -102,7 +98,7 @@ workflows:
10298
context : org-global
10399
filters:
104100
branches:
105-
only: [dev, 'feature/broadcast2']
101+
only: [dev, 'feature/update_registration_url']
106102
- "build-prod":
107103
context : org-global
108104
filters:

‎connect/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ module.exports = {
3636
DEFAULT_REPLY_EMAIL: process.env.DEFAULT_REPLY_EMAIL,
3737

3838
CONNECT_URL: process.env.CONNECT_URL || 'https://connect.topcoder-dev.com',
39-
ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com",
39+
ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts-auth0.topcoder-dev.com",
4040
TC_CDN_URL: process.env.TC_CDN_URL,
4141
};

‎emails/src/partials/invites.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<tr>
8787
<td class="empty-child-one"></td>
8888
<td class="second-child" align="center">
89-
<a href="{{@root.accountsAppURL}}/member/registration?regSource=tcBusiness">
89+
<a href="{{@root.accountsAppURL}}/?regSource=tcBusiness&retUrl={{@root.connectURL}}">
9090
Register
9191
</a>
9292
</td>

0 commit comments

Comments
 (0)
Please sign in to comment.