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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.