mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
Fix TOTP Synchronization Window label
Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
This commit is contained in:
parent
3117e7b79c
commit
76d401bb88
@ -89,7 +89,7 @@ class otpconfig(LDAPObject):
|
||||
),
|
||||
Int('ipatokentotpsyncwindow',
|
||||
cli_name='totp_sync_window',
|
||||
label=_('Synchronization Window'),
|
||||
label=_('TOTP Synchronization Window'),
|
||||
doc=_('TOTP synchronization time variance (seconds)'),
|
||||
minvalue=5,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user