aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-09 17:21:23 +0200
committerMichał Górny <mgorny@gentoo.org>2013-08-09 22:40:22 +0200
commit1fa3b55b1bfbbee4976dc955d22f0d1aec1bb12b (patch)
treeb633f719f32cf158a7a734bdbbcbd726bd761292 /okupy/settings/__init__.py
parentRevoke used tokens atomically. (diff)
downloadidentity.gentoo.org-1fa3b55b1bfbbee4976dc955d22f0d1aec1bb12b.tar.gz
identity.gentoo.org-1fa3b55b1bfbbee4976dc955d22f0d1aec1bb12b.tar.bz2
identity.gentoo.org-1fa3b55b1bfbbee4976dc955d22f0d1aec1bb12b.zip
Re-use TOTPDevice for handling 'OTP disabled'.
There's no point in having a special device that checks if TOTP secret is set. Let's just do that in TOTPDevice.
Diffstat (limited to 'okupy/settings/__init__.py')
-rw-r--r--okupy/settings/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/okupy/settings/__init__.py b/okupy/settings/__init__.py
index d88929a..2b7ddbc 100644
--- a/okupy/settings/__init__.py
+++ b/okupy/settings/__init__.py
@@ -157,7 +157,6 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'okupy.accounts',
'okupy.otp',
- 'okupy.otp.nootp',
'okupy.otp.sotp',
'okupy.otp.totp',
)