Seeding Admin user

Using better auth, i want to use turn off the public sign-up endpoint, and only allow now user creation from a admin user creating the account, when trying to seed an admin user in my DB, we cannot sign in as the password hash's dont match what better auth use's and we cant use the better auth admin API as we turn we to turn off ??

Whats the reccomend approach here?
Was this page helpful?