Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
1.71k
stars
448
forks
source link
phone methods remain in registry after taking out 'two_factor.plugins.phonenumber' from INSTALLED_APPS #663
Closed
jpaniagualaconich closed 9 months ago
Expected Behavior
two_factor.plugins.phonenumber.app.register_methods
should unregisterPhoneCallMethod
andSMSMethod
if the phone number plug-in is removed.Current Behavior
They stay registered after removing the phone number plug-in.