This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/core/signals.py

6 lines
135 B
Python
Raw Normal View History

"""passbook core signals"""
from django.core.signals import Signal
2019-03-21 10:29:11 +00:00
2020-10-02 09:18:14 +00:00
# Arguments: user: User, password: str
password_changed = Signal()