You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem with iqvoc in docker container, but by trial and error I checked that the real password for user admin@iqvoc is 'admin' and not 'admin123'
Hi,
I installed the iqvoc Docker container and when I run it I want to login with the default credentials from your link: https://github.com/innoq/iqvoc/blob/master/db/seeds.rb
The login doesn't work: "Email and/or password wrong. Please check your given credentials."
Both
user.email = 'admin@iqvoc'
user.password = 'admin123'
are not working.
The text was updated successfully, but these errors were encountered: