i deleted the admin account by mistake is there any way to recreated again note this was the only admin account on the server.

  • No labels

1 Comment

  1. 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.