tvdijen/simplesamlphp-module-ldappasswordreset

A module that provides password reset functionality for LDAP-backends

v1.0.1 2023-10-23 20:28 UTC

README

Build Status Coverage Status Scrutinizer Code Quality

Install

Install with composer

vendor/bin/composer require simplesamlphp/simplesamlphp-module-ldapPasswordReset

Configuration

Next thing you need to do is to enable the module: in config.php, search for the module.enable key and set ldapPasswordReset to true:

'module.enable' => [
    'ldapPasswordReset' => true,
    …
],