Greasy Fork is available in English.

Ignition trial resetter

Resets trial after expiry

Forfatter
Danielv123
Daglige installasjoner
0
Totale installasjoner
133
Vurderinger
2 1 0
Versjon
1.7
Lagd
24.01.2022
Oppdatert
14.03.2023
Lisens
MIT
Gjelder

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