Hi,
I would like that user should be forced to keep a strong password for login. These are my finding or loose points in JIRA 5.1 for password.
Any Suggestion that we can have these things in place.
Regards
Preet
You need to replace the code in Jira that handles passwords, in order to add functions 1, 2, and 4. Function 3 is slightly different as it's a time-based thing, but it needs coding in a slightly different place. I don't understand what the problem with 5 is - "default" passwords are a bad thing in security terms and a random or admin-defined one should always be set.
Your second option is to use external account maintenance, connecting Jira to a system that will do these things for you. This is a better option than coding in the core of Jira in my opinion.
There are other options as well (e.g. use ssl certificates and bypass passwords completely - far more secure in many ways), but they all need coding.
However, you are using OnDemand, which means you can't implement anything different. You'll need to move to your own installation to implement anything better.
Hi Nic,
I have a hosted installation of Jira and have the same issue. How can i change the code like you mentioned on the first paragraph to allow minimun numbers of charaters on the users password?
I just want to make all passwords minimum 8 characters and using at least one number.
Thanks
ES
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, I don't know exactly where it is, I've never needed to look for it. I suspect you need to look in the "crowd embedded" stuff, but it might be easier to start from the "changepassword.jsp" and trace it from there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not currently possible in OnDemand. We have a feature request logged for it here:
Feel free to keep an eye on that issue for developments.
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.