Skip to content

Commit f81ae51

Browse files
Update README.md
1 parent 564db24 commit f81ae51

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# CKAN password policy
44

5-
CKAN extension that adds password policy for all the users. With this extension You can set up minimum password length and password complexity (password must consist capital and small letters, number and special characters). A user lock on defined time period after x number of failed logins is also implemented
6-
5+
A CKAN extension that enforces configurable password policies—requiring minimum length and complexity with uppercase, lowercase, numeric, and special characters—and implements automatic user lockout after a defined number of failed login attempts to enhance platform security.
76

87
## Requirements
98

@@ -46,15 +45,8 @@ To install ckanext-password-policy:
4645

4746
## Config settings
4847

49-
1. The following setting needs to be done in who.ini
50-
51-
```
52-
[plugin:friendlyform]
53-
use = ckanext.password_policy.views:FriendlyFormPlugin_
54-
```
55-
5648

57-
2. These are the settings for production.ini
49+
1. These are the settings for production.ini
5850

5951
```
6052
Minimum length of the user password. Default is 12

0 commit comments

Comments
 (0)