#1
I was cleaning up my test users, and I accidentally deleted all the Trongate_users rows including the admin code row.

Is there a way to recover that value?
#2
Hi Charles,

Yes, you can by going to Trongate on GitHub and then navigating to modules/welcome where you will find 'setup.sql' > https://github.com/trongate/trongate-framework/tree/master/modules/welcome
Then extract the 'Trongate_users' table from the SQL like so:paste it into your favourite database manager - phpMyAdmin, Adminer, SQLyog, Navicat, etc...

Happy coding!