Skip to content
Snippets Groups Projects
Commit df33e3d6 authored by Cam Saul's avatar Cam Saul
Browse files

fix bootstrapping

parent 8405f1c9
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,7 @@
:email email
:first_name (prompt-read-line "User first name" "Cam")
:last_name (prompt-read-line "User last name" "Saul")
:password (-> (prompt-read-line "User password" "password")
cemerick.friend.credentials/hash-bcrypt)))
:password (prompt-read-line "User password" "password")))
use-test-org? (prompt-read-line-boolean "Should we use the test data? (User will be added to \"Test Organization\")" "true")
org (if use-test-org? (do @data/test-db ; load the test data reaaallly quick
@data/test-org)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment