mass-project / mass_server

Malware Analysis and Storage System - Server repository
https://mass-project.github.io/
MIT License
12 stars 4 forks source link

create_user script does not work in 0.2-rc1 #91

Open Silberschleier opened 6 years ago

Silberschleier commented 6 years ago

I tried to create a new user as I was used to in the previous versions. But the user is not created and the scheduler starts running for some reason.

python -m mass_flask_bin.create_user
INFO:apscheduler.scheduler:Adding job tentatively -- it will be properly scheduled when the scheduler starts INFO:apscheduler.scheduler:Added job "schedule_analyses" to job store "default" INFO:apscheduler.scheduler:Scheduler started Please enter username to create: admin
Please enter the password for the new user: Enter password again to verify: Should the new user have admin privileges? [y/n] y INFO:apscheduler.executors.default:Running job "schedule_analyses (trigger: interval[0:00:15], next run at: 2017-10-26 12:16:42 CEST)" (scheduled at 2017-10-26 12:16:42.679576+02:00)