Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #23 from fbelzunc/JENKINS-33897
[FIXED JENKINS-33897] The adjunct passwordApiTokenSwitch is incorrectly referenced on the plugin
  • Loading branch information
ikedam committed Apr 3, 2016
2 parents a7a5ba0 + 69a163f commit 77c5478
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ THE SOFTWARE.
<j:if test="${authorizeProjectContext != 'global'}">
<st:once>
<st:adjunct includes="org.jenkinsci.plugins.authorizeproject.strategy.SpecificUsersAuthorizationStrategy.checkPasswordRequested" />
<st:adjunct includes="org.jenkinsci.plugins.authorizeproject.strategy.SpecificUsersAuthorizationStrategy.passwordApitokenSwitch" />
<st:adjunct includes="org.jenkinsci.plugins.authorizeproject.strategy.SpecificUsersAuthorizationStrategy.passwordApiTokenSwitch" />
</st:once>
</j:if> <!-- authorizeProjectContext -->
</j:jelly>

0 comments on commit 77c5478

Please sign in to comment.