We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acaa232 commit 1aa8d12Copy full SHA for 1aa8d12
1 file changed
webskin/a0Login/displayLogin.cfm
@@ -51,7 +51,7 @@ START WEBSKIN
51
<cfif isdefined("url.logout")>
52
<cfoutput><p class="error">You are logged out. <a href="/index.cfm?type=gudLogin&view=displayLogin">Login again</a></p></cfoutput>
53
<cfelseif isdefined("url.code") and isdefined("session.testAuth0")>
54
- <cflocation url="/webtop/index.cfm?id=admin.security.auth0ud.status&testlogin=2&code=#url.code#" />
+ <cflocation url="/webtop/index.cfm?id=admin.security.auth0ud.status&testlogin=2&code=#url.code#" addtoken="false" />
55
<cfelseif isdefined("url.code") and not isdefined("stParam.message")>
56
<cfset stParam = application.security.processLogin() />
57
<cfif stParam.authenticated and not request.mode.profile>
0 commit comments