Unable to get it working. introduced ConfigureDataProtectionTokenProviderOptions, no DB Configured at time of execution...
This commit is contained in:
@@ -169,7 +169,7 @@ namespace SZUAbsolventenverein.Module.AdminModules.Services
|
||||
IdentityUser identityuser = await _identityUserManager.FindByNameAsync(user.Username);
|
||||
string body = template.Content;
|
||||
|
||||
// Fields bef<EFBFBD>llen.
|
||||
// Fields befüllen.
|
||||
string token = await _identityUserManager.GeneratePasswordResetTokenAsync(identityuser);
|
||||
string url = _alias.Protocol + _alias.Name + "/reset?name=" + user.Username + "&token=" + WebUtility.UrlEncode(token);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user