Eric Eskildsen

Results 4 issues of Eric Eskildsen

In PowerShell 7, `Import-Module Fasdr` results in: ``` InvalidOperation: \Documents\PowerShell\Modules\Fasdr\1.0.135\Fasdr.psm1:288 Line | 288 | if ((test-path $path) -and $global:fasdrDatabase.AddEntry($fi … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | You cannot call a method on a...

I haven't been able to get the Forgot Password flow working yet. Reset token generation works. I wired up an email service that links to the reset URL: `auth/reset-password?reset_password_token=TokenGoesHere`. The...

I'm using the template in the repo readme. When I execute the function, I get this: > 2019-11-03T22:33:45.642 [Information] Executing 'Functions.LogIn' (Reason='This function was programmatically called via the host APIs.',...

This could help when users have multiple windows with the same title. Example: ``` PowerShell PowerShell PowerShell ``` For situations like that, it would be great to have some disambiguation...