totp => otp, integrate with factors, new setup form
This commit is contained in:
12
passbook/otp/apps.py
Normal file
12
passbook/otp/apps.py
Normal file
@ -0,0 +1,12 @@
|
||||
"""passbook OTP AppConfig"""
|
||||
|
||||
from django.apps.config import AppConfig
|
||||
|
||||
|
||||
class PassbookOTPConfig(AppConfig):
|
||||
"""passbook OTP AppConfig"""
|
||||
|
||||
name = 'passbook.otp'
|
||||
label = 'passbook_otp'
|
||||
verbose_name = 'passbook OTP'
|
||||
mountpoint = 'user/otp/'
|
||||
Reference in New Issue
Block a user