5 lines
277 B
Plaintext
5 lines
277 B
Plaintext
|
#recover password :
|
||
|
|
||
|
mongo --port 27117 ace --eval 'db.admin.update( { "name" : "<UserName>" }, { $set : { "x_shadow" : "$6$ybLXKYjTNj9vv$dgGRjoXYFkw33OFZtBsp1flbCpoFQR7ac8O0FrZixHG.sw2AQmA5PuUbQC/e5.Zu.f7pGuF7qBKAfT/JRZFk8/" } } )'
|
||
|
|
||
|
#Then connect to unifi network application
|