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
- Host: GitHub
- URL: https://github.com/stereoflo/pyrocms-ldap-auth
- Owner: StereoFlo
- Created: 2014-04-16T09:42:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T17:32:30.000Z (over 9 years ago)
- Last Synced: 2025-02-25T09:46:32.102Z (over 1 year ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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