Skip to content

Commit

Permalink
pep 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Nov 4, 2015
1 parent 3b0c70f commit 0b10946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Cracklib password policy plugin for LdapCherry
.. image:: https://coveralls.io/repos/kakwa/ldapcherry-ppolicy-cracklib/badge.svg
:target: https://coveralls.io/r/kakwa/ldapcherry-ppolicy-cracklib

.. image:: https://img.shields.io/pypi/dm/ldapcherry-ppolicy-cracklib.svg
:target: https://pypi.python.org/pypi/ldapcherry-ppolicy-cracklib
.. image:: https://img.shields.io/pypi/dm/lcppolicy_cracklib.svg
:target: https://pypi.python.org/pypi/lcppolicy_cracklib
:alt: Number of PyPI downloads

.. image:: https://img.shields.io/pypi/v/ldapcherry-ppolicy-cracklib.svg
:target: https://pypi.python.org/pypi/ldapcherry-ppolicy-cracklib
.. image:: https://img.shields.io/pypi/v/lcppolicy_cracklib.svg
:target: https://pypi.python.org/pypi/lcppolicy_cracklib
:alt: PyPI version

.. image:: https://readthedocs.org/projects/ldapcherry-ppolicy-cracklib/badge/?version=latest
Expand Down
1 change: 0 additions & 1 deletion lcppolicy_cracklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,3 @@ def check(self, password):
error = re.sub(r'^[iI][tT] ', '', error)
return {'match': False, 'reason': 'Password ' + error}
return {'match': True, 'reason': 'Password ok'}

0 comments on commit 0b10946

Please sign in to comment.