timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-21141] Error in jelly template file for UnclaimedIdentityException error message #10880

Open timja opened 10 years ago

timja commented 10 years ago

In file jenkins\core\src\main\resources\hudson\security\FederatedLoginService\UnclaimedIdentityException\error.jelly:
must be

"${%loginError(it.identity.pronoun)}"> 

instead of

"${%loginError(it.identifier.pronoun)}">

and


      

${%loginError(it.identity.pronoun)}

${%blurb(it.identity.pronoun, it.identity.identifier)}

instead of


      

${%loginError(it.identifier.pronoun)}

${%blurb(it.identifier.pronoun, it.identifier.identifier)}


Originally reported by spanyushkin, imported from: Error in jelly template file for UnclaimedIdentityException error message
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 10 years ago

oleg_nenashev:

Reassigned to the core.
It's recommended to create a pull-request if you propose a fix