tvdijen/simplesamlphp-module-ldappasswordreset

A module that provides password reset functionality for LDAP-backends

Maintainers

Package info

github.com/tvdijen/simplesamlphp-module-ldapPasswordReset

Type:simplesamlphp-module

pkg:composer/tvdijen/simplesamlphp-module-ldappasswordreset

Statistics

Installs: 63

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.0 2026-03-04 23:42 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,
    …
],