PowerShell script to send activation link emails for Forgot Password or Reset Password requests
PowerShell script to send activation link emails for Forgot Password or Reset Password requests Scenario: We know there are plenty number of web sites online and almost all of them will have a user login page with support for “Forgot Password”/”Reset Password” option. Considering it such a basic functionality, whatif this “Forgot Password”/”Reset Password” request email system has issues and you want to setup an automation script in the interim. This script will address such a requirement and can come handy for most of the web developers. Requirement Specifications: A Powershell script that Runs on a Windows Server 2008 x64 […]
Read more