Ignition trial resetter

Resets trial after expiry

المؤلف
Danielv123
التثبيت اليومي
0
إجمالي التثبيت
133
التقييمات
2 1 0
الإصدار
1.7
تم إنشاؤه
24-01-2022
تم تحديثه
14-03-2023
الترخيص
MIT
ينطبق على

Automatic login and reset of Ignition trial mode for Inductive Automation Ignition after it expires. Ignition has a 2 hour trial that can be infinitely reset by logging into the admin panel and clicking reset. This script automatically clicks the reset button when its visible. This means you won't have to bother resetting it during development.

Not for production use!

https://inductiveautomation.com/

<3 Ignition

The script also automatically logs in if you have set your username and password in localStorage. It will try to read the credentials the first time you log in. (Only when you manually click "CONTINUE" - not when pressing enter)

Open your console with ctrl + shift + i or right click -> Inspect Element and enter:

localStorage.username = "admin";
localStorage.password = "admin";

You can see the current password in the console by typing localStorage:

localstorage