Email-Dashboard / Email-Marketing

📪 Super customizable Emailing - Personalized Email & Mass emailing & Email CRM & CRM in your Inbox
Other
183 stars 42 forks source link

default username(email) and password #52

Closed wenzizone closed 4 years ago

wenzizone commented 5 years ago

after i start up all the service with docker-compose command then ,what's the default username(email) and password for login. i couldn't found it. i also change follow environment. but still can not login SIDEKIQ_USERNAME: sidekiqUsername SIDEKIQ_PASSWORD: sidekiqPass

adamdilek commented 5 years ago

You need to create a account in the rails console in the docker

Account.create(email: "my@email.com", password: "yourpassword", password_confirmation: "yourpasword")

wenzizone commented 5 years ago

well, thank you i'll try

cypriotxx commented 4 years ago

i cant see how to do this, how did you get it going ?

image

sadikay commented 4 years ago

@cypriotxx after connecting to the container you need to run bundle exec rails c production here. Then your create command must work.

cypriotxx commented 4 years ago

image