Asp.Net.Identity.SQLite icon indicating copy to clipboard operation
Asp.Net.Identity.SQLite copied to clipboard

ConfirmEmailAsync not working

Open sebasijan opened this issue 8 years ago • 0 comments

Hi, I am trying to simple confirm a users email by sending a confirmation link to the registered address.

I can see when debugging that ConfirmEmail in AccountController is called, and result.Succeeded is true, yet when trying to log in it tells me I need to confirm my email.

Not sure if this is strictly related ot this SQLite provider, but thought it was worth raising here just in case.

I also opened a question on SO as not sure if I am just being stupid and missing out a step..

I did notice the method UserStore.SetEmailConfirmedAsync but I have no idea how to use this.

Any help is much apprecated

sebasijan avatar Dec 07 '17 00:12 sebasijan