tfdr
tfdr

Reputation: 13

What is the default password of 'system' in Jhipster

What's the default password of 'system' in Jhipster? I only have seen the default passwords for admin and user but not the default password for the system. I could not find it in the jhipster docs as well. Thanks.

Upvotes: 1

Views: 2539

Answers (1)

Plog
Plog

Reputation: 9612

I'm fairly sure JHipster don't provide this for you. If you really want to gain access to the system account then just create a new user with the password you want. Copy the hashed password for the new user in the database and copy it into the system password part of the .ddl file with the default JHipster accounts defined in it and then rebuild your database.

Upvotes: 6

Related Questions