Skip to content

Commit eb1426d

Browse files
Update README.md
1 parent bbbd4f9 commit eb1426d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Python][]][1] [![CKAN][]][2]
2+
13
# CKAN password policy
24

35
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
@@ -9,11 +11,11 @@ Compatibility with core CKAN versions:
911

1012
| CKAN version | Compatible? |
1113
| --------------- | ------------- |
12-
| 2.6 and earlier | not tested |
13-
| 2.7 | not tested |
14-
| 2.8 | not tested |
15-
| 2.9 | Yes |
14+
| 2.9 | Yes |
15+
| 2.10 | Yes |
16+
| 2.11 | Yes |
1617

18+
For CKAN 2.9 use the v0.0.1 tag
1719

1820

1921
## Installation
@@ -120,3 +122,9 @@ If ckanext-password-policy should be available on PyPI you can follow these step
120122
## License
121123

122124
[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
125+
126+
127+
[Python]: https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11-blue
128+
[1]: https://www.python.org
129+
[CKAN]: https://img.shields.io/badge/ckan-%202.9%20|%202.10%20|%202.11-yellow
130+
[2]: https://www.ckan.org

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Versions should comply with PEP440. For a discussion on single-sourcing
1717
# the version across setup.py and the project code, see
1818
# http://packaging.python.org/en/latest/tutorial.html#version
19-
version='0.0.1',
19+
version='0.2.0',
2020

2121
description='''Custom password policy in CKAN''',
2222
long_description=long_description,
@@ -45,7 +45,7 @@
4545

4646
# Specify the Python versions you support here. In particular, ensure
4747
# that you indicate whether you support Python 2, Python 3 or both.
48-
'Programming Language :: Python :: 2.7',
48+
'Programming Language :: Python :: 3.10',
4949
],
5050

5151

0 commit comments

Comments
 (0)