TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
98
42.3k
PasswordSignInAsync succeeded always false
Jan 22 2020 5:37 PM
I extended the IdentityUser by adding a field and make it as ApplicationUser and use the UserName instead of Email in login using the code below
var result = await _signInManager.PasswordSignInAsync(Input.UserName, Input.Password, Input.RememberMe, lockoutOnFailure: true);
But the problem is
result.Succeeded
is always equals to
False
even if I enter the correct UserName and Password..
Reply
Answers (
4
)
Json crud operation
looping through c#