Hi,
I'm new to this. The admin userid/password that was successfully used in the past in not being recognized now.
I was trying to log in to Adobe LiveCycle ES ver 8.2 from http://localhost:8080/adminui/login.faces and receive the message "Username and password do not match".
Is there a way for me to reset the userid/password ? I cannot reset a user's password before accessing thie admin account first.
Any help is appreciated.
Thank You.
Yajiv
Some people have had success in LC ES 8.2 with running the following SQL statement on the LiveCycle backend database. It re-sets the password of the 'Super Administrator' user to 'password':
UPDATE adobe.edcprincipallocalaccountentity, adobe.edcprincipaluserentity
SET password = 'TXScDjEEQCzWccUMUdf8wijx/hE=', salt = 'JNIBnmos3d0WE9W8oquFIQ=='
WHERE adobe.edcprincipallocalaccountentity.refuserprincipalid = adobe.edcprincipaluserentity.id and adobe.edcprincipaluserentity.uidstring = 'administrator';
adobe = the schema name
This is risky - if something goes wrong, you will have to re-bootstrap.
I am using LCES 8.2 where I don't find the option to change password.
I gave full permissions to administrator account (i.e assigned all roles defined by Adobe).
Nith
North America
Europe, Middle East and Africa
Asia Pacific