2015 Oct 15, 05:23 PM
There are a couple of ways to do this.
The easiest is to re-name or delete the file sd.json in the data directory:
then restart the program with:
or if you are still running ospi:
this will reset the password back to the original default "opendoor". It will also reset all other settings to their defaults.
The other way is to edit sd.json and replace the value of "password" to:
and replace the value of 'salt" with:
then restart the program as described above.
This will reset just the password to "opendoor"
Dan
The easiest is to re-name or delete the file sd.json in the data directory:
Code:
sudo mv SIP/data/sd.json SIP/data/sd.json-old
then restart the program with:
Code:
sudo service sip restart
Code:
sudo service ospi restart
The other way is to edit sd.json and replace the value of "password" to:
Code:
"ffe6679521586f16c3c9f44b7bca2fc375dfe283"
Code:
"\"4l~ZzzvtHDz9ci=@JpU*fa:%1c?4MRMT2^1?fsvqX1m_jJdZt^S72{4\"\"y|wc\\/"
This will reset just the password to "opendoor"
Dan