During creation of the site with the yeoman generator it prompted for:
Enter an email address for the first Admin user:
and
Enter a password for the first Admin user: (admin)
Instead of accepting the defaults for those fields I entered an admin user email and password.
Now, whenever I start the application running, the home page shows:
We have created a default Admin user for you with the email x...@example.com and the password xxxxxxxx.
Sign in to use the Admin UI.
How do I get it to no longer display that?
Must I change the admin userid and/or password to get it to stop displaying that info every time?