I have to import users into Magnolia and I create some page (filter in fact)
responsible to create a user with the following code:
UserManager usrMgr = Security.getUserManager();
User usr = usrMgr.getUser(uid);
User usr = usrMgr.createUser(uid, userPassword);
usr.setProperty("firstName", firstName);
usr.setProperty("lastName", lastName);
This code is working perfectly but it create System user.
How can I create a normal User?
BenoƮt
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------