Welcome Guest, Not a member yet? Register   Sign In
Community Auth Issue
#14

hi Skunkbad, can you help me ?
i have ( 3 ) three problems in different case.
1. After install and create user "skunkbad" in Community Auth, i still can't login. the limit login error still count.
2. in the other case i can login with same step installation. but in this case i wanna add new "level" and "role", but i can't, im try editing file application/config/authentication.php. lets say im make it :
$config['levels_and_roles'] = [
'1' => 'subscriber',
'2' => 'contributor',
'6' => 'editor',
'9' => 'superadmin'
];
then i try to echo $this->auth_role the result still 'customer'.
3. The last issues, i wanna set authentication value with dynamic setting by Admin. lets say i wanna set:
$config['max_allowed_attempts'] = setting_admin('limit_login'); but no setting change. then i try to echo setting_admin('limit_login'); i get DUPLICATE output, the right output is 100, but i get 100100.
Reply


Messages In This Thread
Community Auth Issue - by jaystream - 08-27-2017, 03:40 AM
RE: Community Auth Issue - by skunkbad - 08-27-2017, 03:10 PM
RE: Community Auth Issue - by jaystream - 08-28-2017, 04:44 PM
RE: Community Auth Issue - by skunkbad - 08-28-2017, 11:36 PM
RE: Community Auth Issue - by jaystream - 08-30-2017, 08:36 AM
RE: Community Auth Issue - by skunkbad - 08-30-2017, 05:19 PM
RE: Community Auth Issue - by jaystream - 08-31-2017, 01:42 AM
RE: Community Auth Issue - by sasbass - 08-31-2017, 02:24 AM
RE: Community Auth Issue - by jaystream - 08-31-2017, 02:50 AM
RE: Community Auth Issue - by skunkbad - 08-31-2017, 11:02 AM
RE: Community Auth Issue - by jaystream - 08-31-2017, 05:21 PM
RE: Community Auth Issue - by dave friend - 09-05-2017, 02:26 PM
RE: Community Auth Issue - by jaystream - 09-05-2017, 05:43 PM
RE: Community Auth Issue - by bocahapi - 12-05-2017, 04:06 PM
RE: Community Auth Issue - by skunkbad - 12-05-2017, 06:12 PM
RE: Community Auth Issue - by bocahapi - 12-09-2017, 05:39 PM
RE: Community Auth Issue - by skunkbad - 12-09-2017, 09:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB