We had three domains hooked up to Jira for user authentication:
xxx/yyy/zzz.some.domain
Now that we removed two of them we'd like to make the logon process a bit more convenient to the users we have left. The goal is to let them log in with "<username>" instead of "<username>@xxx.some.domain" but since changing the username (on db level) isn't an option we'd like to append the domain part to the username field input prior to sending it to the server for authentication.
Any bright ideas? ;)
Many thanks,
Damien
If you're comfortable with writing Java code, you could write a custom Seraph authenticator that manipulates the username during the authentication process.
Thank you Joseph for your quick response.
I was actually hoping that someone could tell me exactly where and how to alter the code as I don't have any java coding experience. Assumed it would be as simple as appending the domain to the username variable somewhere.
Perhaps I'm asking too much ;)
Regards,
Damien
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.