ndx-superadmin
v0.1.6
Published
default superadmin user for ndx-framework
Downloads
19
Readme
ndx-superadmin
creates a default superadmin user
install withnpm install --save ndx-superadmin
what it does
makes a user with email [email protected]
and password admin
it will then bug you to change the password until you finally give in and do it
example
src/server/app.coffee
require 'ndx-server'
.config
database: 'db'
.use ndx-user-roles
.use ndx-superadmin
.start()