You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#login properly returns true if the login is successful on the first try
#logout returns true/false if it logs the user out. Basically returns true if @logged_in is true, and false if not, because the logout action has no errors.
Account creation stuff actually returns true/false on success/fail. It also handles errors now.
Better Category title regex in get_category_members