1. Log into admuser schema
2. Use the below SQL to set the password blank. Make sure to do the commit
update users set passwd=null where user_name=’admin’;
commit;
|
3. Log in to Primavera P6 with an empty password; No restart required.
4. Change the password after logging in to P6 by click on the Administrator >> User Administration >> Users >> <Select User> >> Change Password