--
You received this message because you are subscribed to the Google Groups "Reason Discussion" group.
To post to this group, send email to reason-d...@googlegroups.com.
To unsubscribe from this group, send email to reason-discuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/reason-discussion?hl=en.
Mark
> To unsubscribe from this group, send email to reason-discuss...@googlegroups.com.
Use reason_check_authentication() if you want your code to have a "not
logged in" mode where it does something other than simply bounce the
user to a login form. This function will return false if the user is
not logged in, or a username if they are.
Matt