Skip to content
Snippets Groups Projects
Commit 297c50db authored by Thomas Müller's avatar Thomas Müller
Browse files

changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME

parent 6cee4c43
Branches
No related tags found
No related merge requests found
......@@ -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);
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment