mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME
This commit is contained in:
parent
6cee4c43ad
commit
297c50db18
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ define('OC_USER_BACKEND_SET_PASSWORD', 0x000010);
|
|||
define('OC_USER_BACKEND_CHECK_PASSWORD', 0x000100);
|
||||
define('OC_USER_BACKEND_GET_HOME', 0x001000);
|
||||
define('OC_USER_BACKEND_GET_DISPLAYNAME', 0x010000);
|
||||
define('OC_USER_BACKEND_SET_DISPLAYNAME', 0x010000);
|
||||
define('OC_USER_BACKEND_SET_DISPLAYNAME', 0x100000);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue