mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
reintroduce otp
This commit is contained in:
@ -25,6 +25,7 @@ django-sql-utils # Advanced query annotation / aggregatio
|
|||||||
django-sslserver # Secure HTTP development server
|
django-sslserver # Secure HTTP development server
|
||||||
django-stdimage # Advanced ImageField management
|
django-stdimage # Advanced ImageField management
|
||||||
django-taggit # Tagging support
|
django-taggit # Tagging support
|
||||||
|
django-otp==1.2.4 # Two-factor authentication (legacy to ensure migrations) https://github.com/inventree/InvenTree/pull/6293
|
||||||
django-user-sessions # user sessions in DB
|
django-user-sessions # user sessions in DB
|
||||||
django-weasyprint # django weasyprint integration
|
django-weasyprint # django weasyprint integration
|
||||||
djangorestframework # DRF framework
|
djangorestframework # DRF framework
|
||||||
|
@ -123,6 +123,8 @@ django-money==3.2.0
|
|||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-mptt==0.11.0
|
django-mptt==0.11.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
django-otp==1.2.4
|
||||||
|
# via -r requirements.in
|
||||||
django-picklefield==3.1
|
django-picklefield==3.1
|
||||||
# via django-q2
|
# via django-q2
|
||||||
django-q-sentry==0.1.6
|
django-q-sentry==0.1.6
|
||||||
|
Reference in New Issue
Block a user