Skip to content

Commit 1aa8d12

Browse files
committed
use addtoken false for cflocation in case projects not enforcing it
1 parent acaa232 commit 1aa8d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webskin/a0Login/displayLogin.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ START WEBSKIN
5151
<cfif isdefined("url.logout")>
5252
<cfoutput><p class="error">You are logged out. <a href="/index.cfm?type=gudLogin&view=displayLogin">Login again</a></p></cfoutput>
5353
<cfelseif isdefined("url.code") and isdefined("session.testAuth0")>
54-
<cflocation url="/webtop/index.cfm?id=admin.security.auth0ud.status&testlogin=2&code=#url.code#" />
54+
<cflocation url="/webtop/index.cfm?id=admin.security.auth0ud.status&testlogin=2&code=#url.code#" addtoken="false" />
5555
<cfelseif isdefined("url.code") and not isdefined("stParam.message")>
5656
<cfset stParam = application.security.processLogin() />
5757
<cfif stParam.authenticated and not request.mode.profile>

0 commit comments

Comments
 (0)