1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

revert fix of class.auth.ldap.php for now

This commit is contained in:
Kayou 2024-05-22 11:54:39 +02:00 committed by GitHub
parent c26fb32562
commit 6baf817cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
<?php
class ldapDcAuth extends Auth
class ldapDcAuth extends dcAuth
{
# The user can't change his password
protected $allow_pass_change = false;