firefly-iii/app/config/testing/auth.php

9 lines
105 B
PHP
Raw Normal View History

2014-07-03 01:30:12 -05:00
<?php
return [
'verify_mail' => false,
2014-07-03 01:30:12 -05:00
'verify_reset' => true,
'allow_register' => true
];