-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move user creation to a separate service
Move user creation to a separate service. Signed-off-by: Sujith H <[email protected]>
- Loading branch information
1 parent
7efdf97
commit 0dd2a2e
Showing
32 changed files
with
2,310 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Change: Move user creation to a separate service | ||
|
||
The user creation logic is moved to a separate service. | ||
Instead of using user managers createUser directly, developers | ||
can now use methods from CreateUserService. | ||
Another idea behind this change is to make UI and CLI behave | ||
same way when user is created. This change would help users | ||
to be created using the email address. The provisioning api | ||
is also updated to behave the same way. | ||
|
||
https://github.com/owncloud/core/pull/36145 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.