The SolidInvoice droplet comes pre-installed with no documentation of the configuration. What is the default admin account pre-configured for the SolidInvoice droplet?
Accepted Answer:
Ok I figured out a fix and I'm now in.
Copy mysql password from
vi /root/.digitalocean_password
mysql -u root -p
use solidinvoice;
update users set email = 'your email', email_canonical = 'your email' where username =...