I've got an AuthenticationHandler and I'd like to allow users to log in
without doing any further registration.  My understanding is that my
AuthenticationPlugin will have to create accounts in JCR for users if
they don't exist already.  Will it work (and is it advisable) to do
something like:

  userManager.createUser(name, RandomStringUtils.random(32), principal);

or am I completely misunderstanding something?

-- 
D. Stuart Freeman
Georgia Institute of Technology

Attachment: signature.asc
Description: Digital signature

Reply via email to