1<?php
2/**
3 * Options for the twofactoraltemail plugin
4 */
5
6$meta['tolerance'] = array('numeric', '_min' => 2);
7
8