mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Api - Move Collabora credential type ID into parent to avoid collisions
This commit is contained in:
parent
6bf03f59d1
commit
997822182d
@ -66,6 +66,12 @@ class Credentials
|
|||||||
* Two factor auth secret key
|
* Two factor auth secret key
|
||||||
*/
|
*/
|
||||||
const TWOFA = 32;
|
const TWOFA = 32;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Collabora key
|
||||||
|
*/
|
||||||
|
const COLLABORA = 64;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All credentials
|
* All credentials
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user