Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Update UserManager to normalize role name #726

Closed
wants to merge 3 commits into from
Closed

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Jan 28, 2016

As part of this fixed the in memory test implementation to verify the fix so its touching way more files as a result

cc @divega

@HaoK
Copy link
Member Author

HaoK commented Jan 28, 2016

Fixes #716

}
var roleEntity = await Roles.SingleOrDefaultAsync(r => r.Name.ToUpper() == roleName.ToUpper(), cancellationToken);
var roleEntity = await Roles.SingleOrDefaultAsync(r => r.NormalizedName == normalizedRoleName.ToUpper(), cancellationToken);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove to upper

@divega
Copy link

divega commented Jan 29, 2016

:shipit: after addressing the feedback.

@divega
Copy link

divega commented Feb 4, 2016

Feedback is addressed so :shipit:

@HaoK
Copy link
Member Author

HaoK commented Feb 4, 2016

7ba61d6

@HaoK HaoK closed this Feb 4, 2016
@HaoK HaoK deleted the haok/1-28normal branch June 10, 2016 22:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants