diff --git a/content/_data/upgrades/2-462-3.adoc b/content/_data/upgrades/2-462-3.adoc index b0e34a5c6a2c..94d7d02a4d26 100644 --- a/content/_data/upgrades/2-462-3.adoc +++ b/content/_data/upgrades/2-462-3.adoc @@ -2,5 +2,5 @@ Access to the Resource URL for authenticated users was previously removed in link:https://issues.jenkins.io/browse/JENKINS-72636[JENKINS-72636]. However, with the release of 2.462.3, this functionality has been restored. -To allow an authenticated user to access the Resource URL, add the system property `jenkins.security.ResourceDomainRootAction.allowAuthenticatedUser=false` on startup. +To allow an authenticated user to access the Resource URL, add the system property `jenkins.security.ResourceDomainRootAction.allowAuthenticatedUser=true` on startup. This can also be done live by executing the groovy script `jenkins.security.ResourceDomainRootAction.ALLOW_AUTHENTICATED_USER = true`. \ No newline at end of file