You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.