-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: FixedThe bug or enhancement requested in this issue has been checked-in!The bug or enhancement requested in this issue has been checked-in!DoneThis issue has been fixedThis issue has been fixedarea-identityIncludes: Identity and providersIncludes: Identity and providersgood first issueGood for newcomers.Good for newcomers.
Milestone
Description
Line 137 & 165 in src/Identity/Extensions.Core/src/Resources.resx should be "Username" not "User name" as it's the users unique login id, not the users name.
<data name="DuplicateUserName" xml:space="preserve">
<value>User name '{0}' is already taken.</value>
<comment>Error for duplicate user names</comment>
</data>
<data name="InvalidUserName" xml:space="preserve">
<value>User name '{0}' is invalid, can only contain letters or digits.</value>
<comment>User names can only contain letters or digits</comment>
</data>
Metadata
Metadata
Assignees
Labels
✔️ Resolution: FixedThe bug or enhancement requested in this issue has been checked-in!The bug or enhancement requested in this issue has been checked-in!DoneThis issue has been fixedThis issue has been fixedarea-identityIncludes: Identity and providersIncludes: Identity and providersgood first issueGood for newcomers.Good for newcomers.