Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 648 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 648 Bytes

Alfa Jango Client Dashboard

This is a dashboard for all clients to get an overview of their project's development progress and status.

setup

with mongo installed:

npm install -g jake
jake seed:users

node app.js

will seed an admin: user: [email protected] password: password

Resetting user password from the command line

If you get locked out of your account, because you can't remember your password, for example, you can run this from the command line:

heroku run node

Then from the node command-line, you can run this:

require("./app").commandResetPassword("[email protected]", "MyNewPassword")