How can I configure crowd with spring so that I can allow both username & email address during user login?
You'd have to subclass (or copy paste & modify) one or more of the existing Crowd spring integration classes to do a search to find users by email if no user was found when searching by username.
Note that the integration (and the rest of Crowd) doesn't allow logging in with email by default because Crowd doesn't enforce unique email addresses across applications (which would be tricky to do because an application can have multiple directories, some of which may contain the same user with the same email under different usernames - currently that's legal but it would be ambiguous if we tried to enforce email uniqueness).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.