0.1.6 • Published 6 years ago

ndx-superadmin v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ndx-superadmin

creates a default superadmin user

install with
npm install --save ndx-superadmin

what it does

makes a user with email superadmin@admin.com 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()
0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago