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

Commit 8d6f97f

Browse files
authored
updating activation URL
1 parent 3358a1b commit 8d6f97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function userActivationEmail(api, connection, next) {
233233
toAddress : rs[0].address,
234234
fromAddress : process.env.TC_EMAIL_ACCOUNT,
235235
senderName : activationEmailSenderName,
236-
url : process.env.TC_ACTIVATION_SERVER_NAME + '/reg2/activate.action?code=' + activationCode,
236+
url : process.env.TC_ACTIVATION_SERVER_NAME + '?code=' + activationCode + '&retUrl=https://www.topcoder.com/skill-picker',
237237
userHandle : rs[0].handle
238238
}, 'default');
239239
api.cache.save(cacheKey, currentResendTimes + 1, api.config.tcConfig.userActivationCacheLifeTime,

0 commit comments

Comments
 (0)