An open API service indexing awesome lists of open source software.

https://github.com/stereoflo/pyrocms-ldap-auth

Provides auth for Active Directory for PyroCMS
https://github.com/stereoflo/pyrocms-ldap-auth

Last synced: 10 months ago
JSON representation

Provides auth for Active Directory for PyroCMS

Awesome Lists containing this project

README

          

Pyrocms-ldap-auth
=================

Provides auth for Active Directory for PyroCMS 2.2.3

if you want to install this module, you need to make changes into the core system files. Open the file
/system/cms/modules/users/controllers/users.php

After the line number 131

$this->form_validation->set_rules($validation);

Add:
if ($_POST)
{
Events::trigger('before_user_login');
}

Save file and install the module in the Control Panel