lost admin password
-
Sorry about reviving such an old thread but there is a simpler solution to this:
- create a new user
db.objects.find( {"username" : "newuser"} )
copy "password" value hash
db.objects.find( {"username" : "admin"} )
paste new password in "value"
now you have access to the admin account
- create a new user
-
@jenkler which plugin shows this nice preview/card to mongodb url?
-
@andreas-pcw said in lost admin password:
@jenkler which plugin shows this nice preview/card to mongodb url?
I don't know, Its just a standard link Link without any tags.
@julian <-- Do you have a clue about what plugin is used in this forum to display nice links?
Copyright © 2024 NodeBB | Contributors