Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-21141

Error in jelly template file for UnclaimedIdentityException error message

XMLWordPrintable

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

      <l:layout title="${%loginError(it.identity.pronoun)}"> 
      

      instead of

      <l:layout title="${%loginError(it.identifier.pronoun)}">
      

      and

      <l:main-panel>
            <h1>${%loginError(it.identity.pronoun)}</h1>
            <p>${%blurb(it.identity.pronoun, it.identity.identifier)}</p>
      </l:main-panel>
      

      instead of

      <l:main-panel>
            <h1>${%loginError(it.identifier.pronoun)}</h1>
            <p>${%blurb(it.identifier.pronoun, it.identifier.identifier)}</p>
      </l:main-panel>
      

            Unassigned Unassigned
            spanyushkin Stanislav Panyushkin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: