totp: rename tfa to totp
This commit is contained in:
		
							
								
								
									
										14
									
								
								passbook/totp/urls.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								passbook/totp/urls.py
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | ||||
| """passbook TOTP Urls""" | ||||
|  | ||||
| from django.urls import path | ||||
|  | ||||
| from passbook.totp import views | ||||
|  | ||||
| urlpatterns = [ | ||||
|     path('', views.index, name='totp-index'), | ||||
|     path('qr/', views.qr_code, name='totp-qr'), | ||||
|     path('verify/', views.verify, name='totp-verify'), | ||||
|     # path('enable/', views.TFASetupView.as_view(), name='totp-enable'), | ||||
|     path('disable/', views.disable, name='totp-disable'), | ||||
|     path('user_settings/', views.user_settings, name='totp-user_settings'), | ||||
| ] | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer