-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display the Institutional vetting type hint #268
Display the Institutional vetting type hint #268
Conversation
01a3fd0
to
612f686
Compare
The vetting type of the current language is displayed when it is avaialble.
Identities with a vetted RA desk token where still allowed to create RT's. And that should not be the case. The improved check, created on the AuthzService was not yet rolled out to the controller action or was probably overwritten during a merge conflict.
Focus is only on the vetting type hints in this case
612f686
to
f169560
Compare
<source>middleware_client.dto.vetted_second_factor.veting_type.must_be_string</source> | ||
<target state="new">middleware_client.dto.vetted_second_factor.veting_type.must_be_string</target> | ||
</trans-unit> | ||
<trans-unit id="79ec021e919bdadfc0ab50569cfbb52676ce1502" resname="middleware_client.dto.vetted_second_factor.vetting_typ.must_not_be_blank"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vetting_typ
? Is this missing an e
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also multiple veting
on the lines above... missing a t
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo's are also seen in the en_GB
file
If available, show the translated vetting type hint for the institution of the identity logged in to the self service.
The message is displayed on the choose vetting type page (if available). If only one vetting type is present. For example, when only desk vetting is possible. The text is not displayed.
f8f3dd1 was added during acceptance testing of the new feature. It stood out that a user with a token vetted on premise, still was allowed to add recovery tokens. And that should not be the case!
/boyscout