Open uioporqwerty opened 4 years ago
@uioporqwerty Also having this issue after upgrading from 1.2.0 -> 2.1.0. Did you ever get this resolved? If not, I'm thinking I can override the default text with a LocalizedString element but I feel like there should be a better way...
e.g:
<LocalizedResources Id="api.signuporsignin.en">
<LocalizedStrings>
<LocalizedString ElementType="ClaimType" ElementId="signInName" StringId="DisplayName">Email Address</LocalizedString>
</LocalizedStrings>
</LocalizedResources>
Problem still persists in 2.1.5
In my
TrustFrameworkExtensions
I added the following:However, with version 2.1.0 the sign in name field is not an Email Address field. Based on the
TrustFrameworkBase
I would expect the behavior to have Email Address as the placeholder and label and to validate the input as a valid email address. The actual behavior is that the placeholder/label says "Sign In Name" and there is no email address validation. The input is also always throwing a format mismatch for whatever text is entered into that field. Perhaps theTrustFrameworkBase
is out of date for this new version?