I have used the Java API to create a user in Livecycle, but I cannot seem to find a way to give this user a password.
Here is the code I'm using to add the user.
http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000004.html
After the user is set in LiveCycle I want the user to set the password at a webpage. How do I make this happen?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Have a look at Change user's Password Recipe.
Views
Replies
Total Likes
Have a look at Change user's Password Recipe.
Views
Replies
Total Likes
Thanks for the link. How would I also enable the user at this point.
I'm assuming I would call u.setStatus() - What would the parameters be.
Views
Replies
Total Likes
You can uee the constant Principal.STATUS_CURRENT. if you use UMBaseLibrary methods to construct user objects then you need not set it explicitly
Views
Replies
Total Likes
Perhaps you know the answer to my latest thread http://forums.adobe.com/thread/542898?tstart=0
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies