if the user was "soft" deleted:
you can remove "deleted" flag in the DB
if the user was purged:
- create new user
- add ADMIN permission in the DB "om_user_right" tableOn Wed, 19 May 2021 at 03:39, Daniel Baker <[email protected]> wrote: > I accidentally deleted the admin user from the delete user API > call. Now I can't log in as admin. > > > How can recreate the admin user ? > > Thanks, > > Dan > > -- Best regards, Maxim
