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

9 lines
104 B
PHP
Raw Normal View History

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