Skip to content

hwillson/meteor-manage-users

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage Users

A roles based account management system.

this package is a fork and heavily modified from 'meteor-accounts-admin-ui-bootstrap-3' by @hharnisc - thanks for the great work

Config

On the server, create a new file "adminUser.coffee" with email, password, and name (you can change your password later)

Meteor.startup ->
	if Meteor.users.find().fetch().length < 1
		Meteor.call 'addAdmin', "a@a.com", "password", "Administrator"

Navigate to /admin/users to add users, add roles to users, create/manage roles, delete users and superAdmins can impersonate (to debug) users

About

A roles based account management system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.0%
  • HTML 33.4%
  • CSS 1.6%