How to recreate anonymous user?

I think I just broke my application by mistakenly removing the anonymous user. It appears the login screen can no longer appear. How can I re-add it without being able to log in?

I discovered that I had only disabled the “Active” checkbox, so manually setting the Active flag = ‘1’ for the ‘Anonymous’ user in SEC_USER fixed this issue.