Need a friendly way to install Bread from the CLI.
One nice idea: seed invitation/code instead of seeding an admin username/password. This solves a couple problems:
- attack vector of guessing default admin creds is neutralized
- if an attacker guesses the invitation code and initializes the system with it, admin user will be alerted when they try to visit the invite URL
Need a friendly way to install Bread from the CLI.
One nice idea: seed
invitation/codeinstead of seeding an admin username/password. This solves a couple problems: