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

Merge pull request #1715 from owncloud/fixing-1640-master

changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME
parents ac32ae79 297c50db
No related branches found
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.
Finish editing this message first!
Please register or to comment