How to change HAC’s default password

In Hybris, whenever we log into HAC/HMC/Backoffice/cockpit we mostly use Admin credentials.



We provide default user name as “admin” and default password as “nimda”

It’s advisable to change this default password for Admin due to security reasons

How to change default password for Admin?

As we all know that Admin is an Employee who belongs to Admin Group.

We can change the password for Admin through impex or from backoffice directly by finding Admin employee.

Steps to change Admin password through impex are as follows

Step 1

Create impex

# Change admin password

UPDATE Employee;UID[unique=true];password
;admin;123456

Step 2

Run this impex in HAC after log into the HAC using default password

In the above impex, I have changed the default password for admin from nimda to 123456.



Commentaires