Hi Martin,

You're unfortunately right, the admincentral's user creation currently does not use UserManager at all, but rather create nodes "directly". If your users are managed in a 3rd party system however, I'd assume this system has some sort of UI to let you add users, so the use case isn't entirely clear.


-g

On Dec 10, 2008, at 1:08 PM, Martin Algesten wrote:



Hey,

I'm trying to integrate the user creation with our backend system handling users. I want to check that the user being created exists in my backend.

It seems Magnolia doesn't actually give me any hook when creating users. When I press the "New user" button the web page issues a request with "createItemType=mgnl:user" as parameter. AdminTreeMVCHandler receives this and goes ahead and creates a new such a node in the repository.

At the same time we have:

UserManager.createUser(name,pw)

implemented by MgnlUserManager to also do very similar changes in the repository - however this one doesn't seem to ever be called. So me being able to set system and admin userManger in the admin is neither here nor there.

Is there a disconnect here?

M

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
----------------------------------------------------------------

Reply via email to