For the benefit of other users in the community, if you deleted the "admin" user, you will need to reinstall and re-activate the Joget Workflow installation if you purchase the Enterprise license. Or alternatively, if you know SQL, do the following:
INSERT INTO `dir_user` VALUES ('admin','admin','21232f297a57a5a743894a0e4a801fc3','Admin','Admin',NULL,1,'0',NULL); INSERT INTO `dir_user_role` VALUES ('ROLE_ADMIN','admin');
For for the future version 4, the ability to delete the "admin' user has been diaabled.
1 Comment
Jack
For the benefit of other users in the community, if you deleted the "admin" user, you will need to reinstall and re-activate the Joget Workflow installation if you purchase the Enterprise license. Or alternatively, if you know SQL, do the following:
INSERT INTO `dir_user` VALUES ('admin','admin','21232f297a57a5a743894a0e4a801fc3','Admin','Admin',NULL,1,'0',NULL);
INSERT INTO `dir_user_role` VALUES ('ROLE_ADMIN','admin');
For for the future version 4, the ability to delete the "admin' user has been diaabled.