angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.13k stars 1.24k forks source link

Managing admin users in production environment #2659

Closed rombernardino closed 6 years ago

rombernardino commented 6 years ago
Item Version
generator-angular-fullstack 4.2.2
Node 6.11.2
npm 3.10.10
Operating System Ubuntu 16.04 LTS
Item Answer
Transpiler Babel
Markup HTML
CSS SCSS
Router ui-router
Client Tests Jasmine
DB MongoDB
Auth Y

Hello!

This might be a newbie question, but how can I manage admin users in production environment? I can force the system to create a new one, but that wouldn't be that cool.

Thanks in advance!

rombernardino commented 6 years ago

Nevermind. I just noticed that I was importing the wrong db. It was supposed to be the local dev db instead of local production db.