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]>
----------------------------------------------------------------

Reply via email to