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

Commit fa5b8bd

Browse files
committed
fix login and first page
1 parent 35f03e9 commit fa5b8bd

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

conf/web/WEB-INF/struts.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@
249249
<action name="home" class="com.topcoder.direct.services.view.action.LoginAction">
250250
<interceptor-ref name="preProcessorStack"/>
251251
<result name="success" type="redirectAction">
252-
<param name="actionName">activeContests</param>
253-
<param name="namespace">enterpriseDashboard</param>
252+
<param name="actionName">allProjects</param>
254253
</result>
255254
<result name="forward" type="redirect">${forwardUrl}</result>
256255
<result name="input">/WEB-INF/index.jsp</result>
@@ -259,8 +258,7 @@
259258
<action name="adminLogin" class="com.topcoder.direct.services.view.action.LoginAction">
260259
<interceptor-ref name="preProcessorStack"/>
261260
<result name="success" type="redirectAction">
262-
<param name="actionName">activeContests</param>
263-
<param name="namespace">enterpriseDashboard</param>
261+
<param name="actionName">allProjects</param>
264262
</result>
265263
<result name="forward" type="redirect">${forwardUrl}</result>
266264
<result name="input">/WEB-INF/admin-login.jsp</result>

token.properties.docker

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,17 +315,17 @@ contestUpdateMessageTemplatePath=contest_update_sns_message.txt
315315
# Auth0 #
316316
#####################################
317317
REDIRECT_URL_AUTH0 = /reg2/callback.action
318-
DOMAIN_AUTH0 = topcoder-dev.auth0.com
318+
DOMAIN_AUTH0 = auth.topcoder-dev.com
319319
CLIENT_ID_AUTH0 = JFDo7HMkf0q2CkVFHojy3zHWafziprhT
320320
CLIENT_SECRET_AUTH0 =
321321
JWT_V3_SECRET = secret
322322
REG_SERVER_NAME= www.topcoder-dev.com
323323
LDAP_AUTH0_CONNECTION_NAME=vm-ldap-connection
324-
JWT_VALID_ISSUERS = https://auth.topcoder-dev.com/,https://api.topcoder.com,https://sma.auth0.com,https://newtc.auth0.com,https://topcoder-newauth.auth0.com/
324+
JWT_VALID_ISSUERS = https://auth.topcoder-dev.com,https://api.topcoder.com,https://sma.auth0.com,https://newtc.auth0.com,https://topcoder-newauth.auth0.com/
325325

326326
ApplicationServer.SSO_COOKIE_KEY=tcsso
327327
ApplicationServer.SSO_HASH_SECRET=Yb2oMAtUoJyl6LvHEnRYF1Q5u5ags7DN6PXgDPZAU9Ku68k7wTJHIDaIT0DjXYubam
328-
ApplicationServer.SSO_DOMAIN=topcoder.com
328+
ApplicationServer.SSO_DOMAIN=topcoder-dev.com
329329

330330
#####################################
331331
# Direct API #

0 commit comments

Comments
 (0)