Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7507828

Browse files
authored
updated activation URL
1 parent 8d6f97f commit 7507828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/memberRegistration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ var registerUser = function (user, api, dbConnectionMap, next) {
396396
},
397397
function (callback) {
398398
var url;
399-
url = process.env.TC_ACTIVATION_SERVER_NAME + '/reg2/activate.action?code=' + activationCode;
399+
url = process.env.TC_ACTIVATION_SERVER_NAME + '?code=' + activationCode + '&retUrl=https://www.topcoder.com/skill-picker';
400400
if (user.regSource && user.regSource.match(/arena/)) {
401401
url += '&destination=http%3A%2F%2Farena.topcoder.com';
402402
}

0 commit comments

Comments
 (0)