Skip to content

Commit 77f5669

Browse files
committed
issue pwm-project#695 - Incorrect URL/%TOKEN% for forgotten password
1 parent e58a11f commit 77f5669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/resources/password/pwm/AppProperty.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ security.http.stripHeaderRegex=\\n|\\r|(?ism)%0A|%0D
305305
security.http.performCsrfHeaderChecks=false
306306
security.http.promiscuousEnable=false
307307
security.http.permittedUserPhotoMimeTypes=image/gif,image/png,image/jpeg
308-
security.http.permittedUrlPathCharacters=^[a-zA-Z0-9-]*$
308+
security.http.permittedUrlPathCharacters=^[a-zA-Z0-9-_]*$
309309
security.http.config.cspHeader=default-src 'self'; object-src 'none'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; report-uri @PwmContextPath@/public/command/cspReport
310310
security.httpsServer.selfCert.futureSeconds=63113904
311311
security.httpsServer.selfCert.alg=RSA

0 commit comments

Comments
 (0)