Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski authored Aug 22, 2023
1 parent 1784da5 commit b8512cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ To install ckanext-password-policy:

1. The following setting needs to be done in who.ini

'''
[plugin:friendlyform]
use = ckanext.password_policy.views:FriendlyFormPlugin_
'''


2. These are the settings for production.ini

'''
Minimum length of the user password. Default is 12
ckan.password_policy.password_length = 12

Expand All @@ -59,6 +63,7 @@ To install ckanext-password-policy:

Time after the locked user is allowed to log in again in seconds. Default is 600
ckan.password_policy.user_locked_time = 600
'''



Expand Down

0 comments on commit b8512cf

Please sign in to comment.