Added procedure to check if a user is actually registered. We should probably change auth::require_login to check if the user is registered …
Show more
Added procedure to check if a user is actually registered. We should probably change auth::require_login to check if the user is registered instead of just checking for the existance of the cookie
Show less