Is there a way to give users the option to log in to their favorite group on login? [closed]
+1 to what @Bainternet said. The only way I can imagine is if you used some ajax on the username field, so that when a username was entered (on blur maybe), a request would be sent to get that user’s groups. I would never do this, however, as it would allow anyone to look at … Read more