[ 
https://issues.apache.org/jira/browse/CLEREZZA-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hasan Hasan closed CLEREZZA-369.
--------------------------------
    Resolution: Won't Do

> UserManager Service - store user in contentgraph is missing via service
> -----------------------------------------------------------------------
>
>                 Key: CLEREZZA-369
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-369
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Oliver Strässer
>            Assignee: Tsuyoshi Ito
>            Priority: Major
>
> I use the UserManager  Service to create a new user from my business logic. 
> After I cretaed the user with userManager.storeUser(userName, email, psw, 
> userRoles, pathPrefix), the user is listed in the usermanager. 
> The problem is, that I can't delete the user in the backend, because the 
> error "User " + userName + "does not exist in our database" is thrown. The 
> reason is: If I create the user via service, the user is created in the 
> system graph.
> If I create the user in the backend, the user ist stored via service and 
> manually in the contentgraph. the method to delete a user, searchs the user 
> in the contentgraph. because the service doesn't add the user in the 
> content.graph, my added user (via service) couldn't be found. 
> summary: 
> I can't delete a user in the usermanager , wich isn't in the content.graph, 
> please extend the usermanager service (storeUser), that the user is added in 
> the content.graph - otherwise its complicated and a developer is wondering, 
> why he can't delete the created user.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to