~mfoord/canonical-identity-provider/account-killer

« back to all changes in this revision

Viewing changes to src/identityprovider/schema.py

  • Committer: Tarmac
  • Author(s): Diogo Baeder de Paula Pinto
  • Date: 2013-09-16 18:51:17 UTC
  • mfrom: (1055.1.13 self-service-2fa)
  • Revision ID: tarmac-20130916185117-6m7tahhrko4ffuht
[r=ricardokirkner] Basic 2fa synching - model implementation only, for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
    class twofactor(Section):
199
199
        hotp_drift = IntOption()
200
200
        hotp_backwards_drift = IntOption()
 
201
        hotp_sync_window = IntOption(default=10)
201
202
        twofactor_service_ident = StringOption(default='UbuntuSSO')
202
203
        twofactor_ttl = IntOption(
203
204
            default=8 * 3600,