Book Image

JIRA 6.x Administration Cookbook

By : Patrick Li
Book Image

JIRA 6.x Administration Cookbook

By: Patrick Li

Overview of this book

Table of Contents (16 chapters)
JIRA 6.x Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up password policies


By default, JIRA allows you to create a password of any combination and length. For security, organizations often need to have password policies such as password length and complexity to strengthen the passwords and make them difficult to guess.

In this recipe, we will look at how to set up password policies in JIRA to define the strength of passwords.

How to do it…

Proceed with the following steps to enable and configure the password policy settings:

  1. Navigate to Administration | User Management | Password Policy.

  2. Select from one of the predefined policy settings, or select the Custom option and configure the settings yourself.

  3. Click on the Update button to enable the password policy, as shown in the following screenshot:

How it works…

With the password policy configured, every time someone tries to create a new password, JIRA will make sure the new password satisfies the policy rules. If it does not, error messages will be displayed with information on the requirements...