Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 121 forks source link

How to remove a administrator OR reset password of admin ? #262

Closed NLison closed 6 years ago

NLison commented 6 years ago

How to remove a administrator OR reset password of admin ?

Gottwik commented 6 years ago

That's a good question. You can remove the user by editing cms/.users file (or just delete it alltogether).

I guess the best way to currently edit it is to delete it and create new user with enduro admin add <username> <password>.

Nice that you brought this up, I guess editing and removing users would be a nice easy feature to add.