mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
2FA: Registraion of U2F devices
This commit is contained in:
@@ -108,4 +108,5 @@ class User2FADeviceAddForm(forms.Form):
|
||||
name = forms.CharField(label=_('Device name'))
|
||||
devicetype = forms.ChoiceField(label=_('Device type'), widget=forms.RadioSelect, choices=(
|
||||
('totp', _('Smartphone with the Authenticator application')),
|
||||
('u2f', _('U2F-compatible hardware token (e.g. Yubikey)')),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user