diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-03 15:22:41 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-03 15:22:41 +0200 |
commit | 4b2544925f7f51d7e5cb1329166451f4fbd9e6bf (patch) | |
tree | ce9a58e2532ec0301dc7e0c266f8256eb79826f9 /lib/public | |
parent | df2eb96cc40893f60a1b63abbe585c448e0a6d9f (diff) | |
parent | 661ab1a8c51ec251c44f76c7d58484ff14003336 (diff) | |
download | nextcloud-server-4b2544925f7f51d7e5cb1329166451f4fbd9e6bf.tar.gz nextcloud-server-4b2544925f7f51d7e5cb1329166451f4fbd9e6bf.zip |
Merge pull request #23844 from owncloud/disable-user
Add occ commands to enable and disable a user + a disabled user can n…
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/iuser.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/iuser.php b/lib/public/iuser.php index b0dd8dc35b2..16617a2f2f6 100644 --- a/lib/public/iuser.php +++ b/lib/public/iuser.php @@ -32,6 +32,7 @@ namespace OCP; * @since 8.0.0 */ interface IUser { + /** * get the user id * |