I have visited a couple of sites and they offer the option to try their site without registering, but you can login with something like someusername@somesite.com
and somesiteguest
.
I want to implement this for my own site. Currently I am using django-allauth for handling registration and logins.
I am just not sure how to handle users login with the same credentials.