[split] How to re-set activation details
|
Posts: 503
Threads: 26
Joined: Jan 2019
Reputation:
140
Look, AK, may I know that...... can I "deactivate" an activated Snakeoil system (ie. removing the activation info), and then entering a new activation id & code later? Thanks for your concern.
Posts: 2,938
Threads: 190
Joined: Feb 2016
Reputation:
620
Location: Perth, WA
(Yesterday, 10:13 AM)hkphantomgtr Wrote: Look, AK, may I know that...... can I "deactivate" an activated Snakeoil system (ie. removing the activation info), and then entering a new activation id & code later? Thanks for your concern. 
Easiest way is to delete the configuration file and restart from scratch.
- Do a backup in case you need it.
- SSH into the machine & run this command
Code: sudo rm /var/www/config/snakeoil.deb
- Restart API serviec (In the WebApp, under System page, click on"Restart Rest"
A more difficult way is to change the snakeoil database directly
- Again, do a backup just in case
- SSH into the machine & run this command
Code: sudo sqlite3 /var/www/config/snakeoil.db
# If you do not have the sqlite3 program, run sudo apt install sqlite3
- Run the following SQLite statement
Code: update settings set value='' where key='rego_code';
- Press CTRL+D to exit sqlite
- Restart API service (In the WebApp, under System page, click on"Restart Rest"
I did thought about adding a button to reset the details. But figured that might cause more support issues for me so dropped that idea. That's why you can find your activation details in the dashboard page, but you cannot actually reset it.
Snakeoil Operating System - Music, your way!
Posts: 503
Threads: 26
Joined: Jan 2019
Reputation:
140
(Yesterday, 01:00 PM)agent_kith Wrote: (Yesterday, 10:13 AM)hkphantomgtr Wrote: Look, AK, may I know that...... can I "deactivate" an activated Snakeoil system (ie. removing the activation info), and then entering a new activation id & code later? Thanks for your concern. 
Easiest way is to delete the configuration file and restart from scratch.
- Do a backup in case you need it.
- SSH into the machine & run this command
Code: sudo rm /var/www/config/snakeoil.deb
- Restart API serviec (In the WebApp, under System page, click on"Restart Rest"
A more difficult way is to change the snakeoil database directly
- Again, do a backup just in case
- SSH into the machine & run this command
Code: sudo sqlite3 /var/www/config/snakeoil.db
# If you do not have the sqlite3 program, run sudo apt install sqlite3
- Run the following SQLite statement
Code: update settings set value='' where key='rego_code';
- Press CTRL+D to exit sqlite
- Restart API service (In the WebApp, under System page, click on"Restart Rest"
I did thought about adding a button to reset the details. But figured that might cause more support issues for me so dropped that idea. That's why you can find your activation details in the dashboard page, but you cannot actually reset it. 
Right, Thanks a lot, AK!
|
Users browsing this thread: |
2 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
SnakeoilOS Mission Statement
|
Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.
SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.
If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.
|
|
|