1 instantiation of SetPassword
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Index.cs (1)
80
return new
SetPassword
(Client, setPasswordDocument, Context);
4 references to SetPassword
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Pages\Account\Manage\Index.cs (1)
74
public async Task<
SetPassword
> ClickChangePasswordLinkExternalLoginAsync()
Pages\Account\Manage\SetPassword.cs (1)
19
public async Task<
SetPassword
> SetPasswordAsync(string newPassword)
UserStories.cs (2)
232
internal static async Task<
SetPassword
> SetPasswordAsync(Index index, string newPassword)
235
var
setPassword = await manage.ClickChangePasswordLinkExternalLoginAsync();