Skip to content

Commit

Permalink
added db profile
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed May 12, 2015
1 parent b945abb commit 5028eb7
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 201 deletions.
2 changes: 2 additions & 0 deletions application/config/aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
// public group , people who not logged in
$config['aauth']['public_group'] = 'public';
// The table which contains users
$config['aauth']['db_profile'] = 'default';

$config['aauth']['users'] = 'aauth_users';
// the group table
$config['aauth']['groups'] = 'aauth_groups';
Expand Down
Loading

0 comments on commit 5028eb7

Please sign in to comment.