Skip to content

A Django package that stores password histories and checks new password with the history

License

Notifications You must be signed in to change notification settings

adu013/django-password-history-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-custom-accounts-plus

This package stores password histories and checks new password with the history

Quick start

1. Add "password_histories" to your INSTALLED_APPS setting like this:: `` INSTALLED_APPS = [ ... 'password_histories', ] ``

2. Migrate `` python manage.py migrate ``

TODO

Changelog

1.0.0 - 2023-02-26 Arindam Dutta - First release 1.0.1 - 2023-02-26 Arindam Dutta - Documentation Update

Copyright(c) 2023 Arindam Dutta

About

A Django package that stores password histories and checks new password with the history

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages