Frequently Asked Questions
Questions
I forgot the administrator password
Run the following SQL statement to reset the password to 123456:
UPDATE `t_account` SET `auth_secret` = '$2a$10$vZk9P3XtbD2KrdLbQYPvBuPAkkUda0OlkDg7io1Q6VEtfFPig/tqO' WHERE `auth_account` = 'admin';
What is the difference between the one-click Docker version and the standard version?
The one-click version started with docker run -p 1991:1991 surveyking/surveyking uses the embedded H2 database by default.