mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
silence warning be defining the constants
This commit is contained in:
parent
e2cce43bad
commit
aaf0a7491d
@ -115,6 +115,16 @@ class accounts_ldap
|
|||||||
*/
|
*/
|
||||||
private $ldap;
|
private $ldap;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* does backend allow to change account_lid
|
||||||
|
*/
|
||||||
|
const CHANGE_ACCOUNT_LID = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* does backend requires password to be set, before allowing to enable an account
|
||||||
|
*/
|
||||||
|
const REQUIRE_PASSWORD_FOR_ENABLE = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
@ -73,6 +73,16 @@ class accounts_sql
|
|||||||
*/
|
*/
|
||||||
private $frontend;
|
private $frontend;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* does backend allow to change account_lid
|
||||||
|
*/
|
||||||
|
const CHANGE_ACCOUNT_LID = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* does backend requires password to be set, before allowing to enable an account
|
||||||
|
*/
|
||||||
|
const REQUIRE_PASSWORD_FOR_ENABLE = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user