Issue Type: Bug Bug
Assignee: Unassigned
Attachments: screenshot.jpg
Components: security
Created: 24/Dec/13 9:38 AM
Description:

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>
Project: Jenkins
Labels: exception security gui
Priority: Minor Minor
Reporter: Stanislav Panyushkin
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to