Need to add the ability to clear login failures. Example code: sqlite3 /opt/sc/application.db "update userauth set failedLogins='0' where username='admin';"
Need to add the ability to clear login failures.
Example code:
sqlite3 /opt/sc/application.db "update userauth set failedLogins='0' where username='admin';"