Where and how exactly is the admin user created?

I want to find the part of the code where the admin user is created. I tried grep files but found nothing. Any tips?

+4
source share
2 answers

This is done in the method addUserRightsin DMLRecordFactoryin ybootstrap.jarinhybris/bin/platform/bootstrap/bin

+4
source

in:

/platform/projet.properties

hmc.default.login=admin
hmc.default.password=nimda
0
source

Source: https://habr.com/ru/post/1667996/


All Articles