passphrase - Printable Version +- SIP (https://nosack.com/sipforum) +-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1) +--- Forum: Installation and set up questions (https://nosack.com/sipforum/forumdisplay.php?fid=2) +--- Thread: passphrase (/showthread.php?tid=317) |
passphrase - ZioMauri - 2023 Sep 05 SIP updated to latest version. Python 3. I activated passphrase, I restarted but even entering the correct password it does not log in. Can I reset or disable passphrase ? Thank you RE: passphrase - dan - 2023 Sep 06 (2023 Sep 05, 11:19 PM)ZioMauri Wrote: SIP updated to latest version. I tested the passphrase here and it works as expected. did you use the defaultĀ passphrase "opendoor" (without the quotes) ? The passphrase is case sensitive so be sure caps lock is not on. If you still can't get it working you can reset the option from the command line by editing the sd.json file: log into the SIP directory and use the command: Code: sudo nano data/sd.json "upas": 1, and change to "upas": 0, then control o (letter o not zero) to save and control x to exit restart sip and the passphrase option should b cleared. Dan RE: passphrase - ZioMauri - 2023 Sep 06 ok thanks it works perfectly, I didn't realize that you had to enter "opendoor" as the old password. Maurizio |