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

fix class.auth.ldap.php

This commit is contained in:
Kayou 2024-05-21 18:10:54 +02:00 committed by GitHub
parent 4228bc2a1a
commit 02e0f92f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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