Ability to create guest users
We'll infer their guest status from their access level, if it's 0, they're guests. We could also say that everyone below 100 access is a guest, since 100 is the default access a non-guest gets. Please give some comments on this, @all .
This way we won't need any database updates, otherwise I'll add a guest
field to the users
table.