Skip to content

Commit

Permalink
Adding required config setting to useradmin module config file
Browse files Browse the repository at this point in the history
  • Loading branch information
eblount committed Jun 18, 2012
1 parent 1b2d400 commit 9b0a06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/useradmin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php defined('SYSPATH') or die('No direct script access.');

return array(
'register_enabled' => true,
/**
* The number of failed logins allowed can be specified here:
* If the user mistypes their password X times, then they will not be permitted to log in during the jail time.
Expand Down

0 comments on commit 9b0a06a

Please sign in to comment.