mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 08:06:30 -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',
|
Int('ipatokentotpsyncwindow',
|
||||||
cli_name='totp_sync_window',
|
cli_name='totp_sync_window',
|
||||||
label=_('Synchronization Window'),
|
label=_('TOTP Synchronization Window'),
|
||||||
doc=_('TOTP synchronization time variance (seconds)'),
|
doc=_('TOTP synchronization time variance (seconds)'),
|
||||||
minvalue=5,
|
minvalue=5,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user