From 505722cc0d949ff5606b71757ec8d2ad2691b62b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 7 Nov 2018 16:35:51 +0100 Subject: do not offer to change display name or password, if not possible. Fixes #12319 Signed-off-by: Arthur Schiwon --- lib/public/IUser.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/public/IUser.php b/lib/public/IUser.php index a3d7c6b71a6..5ee25111613 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -26,6 +26,8 @@ namespace OCP; +use OCP\UserInterface; + /** * Interface IUser * @@ -111,6 +113,7 @@ interface IUser { /** * Get the backend for the current user object * + * @return UserInterface * @since 15.0.0 */ public function getBackend(); -- cgit v1.2.3