ADReset is a self-service Active Directory password reset portal. Written with Bootstrap 3, it is fully responsive, and thus works flawlessly on any device, including mobile phones. ADReset allows a user to securely reset their password using secret questions defined by an administrator or by having a reset link sent to their email (the email address is defined in Active Directory). The server-side code is written entirely in PHP and thus it should work on any webserver or operating system.
- Password Reset Via Secret Questions
- Password Reset Via Email
- Change Password Using Old Password
- Active Directory Security Groups Limit Who Is Allowed To Reset Their Password
- Entirely Configurable Via The Web Interface
- PowerShell Script To See If A User's Questions Have Been Set
- Ubuntu 14.04 (Apache and MySQL) Installation Guide
- Windows Server 2012 R2 (IIS and MySQL) Installation Guide
- Retrieving the CA Certificate used for LDAPS
Written by Matthew Prahl except for the PHPMailer and Captcha classes