tresacton / dspectrumgui

The goal of this app is to make it trivial to demodulate most basic RF transmission, and provide a digital worksheet for your reverse engineering efforts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggested first-time credentials don't work

mike65535 opened this issue · comments

commented

Issue Type

Bug

Expected Behaviour

After getting dspectrumgui to start for the first time, the docs suggest using
Email user@example.com
Password: password

Actual Behaviour

Log in fails with "Invalid Email or Password" error

What commit were you running?

(Go to your DSpectrumGUI app, and click "About", and paste the relevant information from the "Application Status Section" here)

Latest AFAIK. Cannot take the steps above b/c I cannot log in

Hi Mike,

The default credentials are as described there (please see: https://github.com/tresacton/dspectrumgui/blob/master/db/seeds.rb).

I think you may have missed one or more steps in the installation instructions.

Please run:
rake db:setup && rake db:migrate && rake db:seed

The installation steps are available here for linux (**there is also a page specifically for Mac OSX in the sidebar):
https://github.com/tresacton/dspectrumgui/wiki/%23-Installation-on-Linux-(Tested-on-Kali---a-Debian-based-OS)

Please reply with the result of the above command.

Hope this helps.