The SolidInvoice droplet comes pre-installed with no documentation of the configuration. What is the default admin account pre-configured for the SolidInvoice droplet?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
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 = ‘admin’;
Navigate to the web interface then reset the admin password using your email. It takes a while but the email will eventually come through.
The login details were always displayed on the marketplace listing (https://marketplace.digitalocean.com/apps/solidinvoice) but I see it’s not there anymore. I will contact DigitalOcean and ask them to re-add the details to the listing.
The default login details when a new droplet is created is:
Username: test@example.com Password: SolidInvoice1234
I too am wondering about this. There is no setup screen, simply dumps you into the login and there is nothing you can do from that point. Very frustrating.