Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Releases: relekang/django-nopassword

0.8.0

11 May 06:39
Compare
Choose a tag to compare
  • Django 1.7 support (tested with beta 3)
  • Possible to select hashing algorithm for code generation by setting NOPASSWORD_HASH_ALGORITHM

0.7: Python 3 support

01 Apr 16:42
Compare
Choose a tag to compare

0.6

13 Jan 20:20
Compare
Choose a tag to compare
0.6
  • Solved "FieldError: Cannot
    resolve keyword 'username' into field."
  • Changed SERVER_EMAIL to DEFAULT_FROM_EMAIL
  • Spanish translation

Thanks to @alej0varas for great contributions

0.4

13 Jul 10:49
Compare
Choose a tag to compare
0.4
  • Autocomplete of usernames in login form (optional)
  • Support hiding of usernames in urls
  • Support User.USERNAME_FIELD in Django 1.5. Thanks to @smajda

0.3.3

13 Jul 10:50
Compare
Choose a tag to compare
  • Fix redirect bug in logout view.
  • Add "http://" to link sent in token mail.
  • Add NOPASSWORD prefix to all django-nopassword settings

0.3.2

13 Jul 10:51
Compare
Choose a tag to compare
  • Remove migrations

0.3.1

13 Jul 10:51
Compare
Choose a tag to compare
  • Remove long description with bad markup

0.3

13 Jul 10:51
Compare
Choose a tag to compare
0.3
  • Support inactive users
  • Set supports_inactive_user to avoid warnings on 1.4

0.2: Custom user support

13 Jul 10:51
Compare
Choose a tag to compare
  • Support for custom user in Django 1.5
  • Add LOGIN_CODE_TIMEOUT setting
  • Add south support
  • Fix bug in timout check

0.1.2

13 Jul 10:52
Compare
Choose a tag to compare
  • Fix typo in LoginCode.max_length