Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CommunityAuth Password Characters
Post: RE: CommunityAuth Password Characters

Found the issue, in the _change_password function it's using set_value to pull the contents from POST, set_value encodes characters automatically. So instead I changed those to pull from $this->input-...
4,068 Views
4 Replies
04-10-2018, 07:07 AM
sjcarr
    Thread: CommunityAuth Password Characters
Post: RE: CommunityAuth Password Characters

OK, figured out how to add 'alpha_numeric' to block specialchars, but would still like to figure out the ampersand one (I looked at my password and it does actually have specialchars in it, just not &...
4,068 Views
4 Replies
04-09-2018, 06:48 AM
sjcarr
    Thread: CommunityAuth Password Characters
Post: CommunityAuth Password Characters

We're running into an issue with CommunityAuth and passwords and I'm not quite sure where to look to configure to either block or allow... If a user includes a '&' (ampersand) character in their pa...
4,068 Views
4 Replies
04-09-2018, 06:38 AM
sjcarr
    Thread: CommunityAuth Login/Logout Hooks/Functions
Post: RE: CommunityAuth Login/Logout Hooks/Functions

On login: user_id, timestamp, IP address On logout: user_id, timestamp
3,252 Views
3 Replies
03-02-2018, 03:24 AM
sjcarr
    Thread: CommunityAuth Login/Logout Hooks/Functions
Post: CommunityAuth Login/Logout Hooks/Functions

I'm looking for the best way to implement the following... I have CommunityAuth up and running, works great. But I want to log/audit login/logout actions. I have a separate auditlog() function a...
3,252 Views
3 Replies
03-01-2018, 10:54 AM
sjcarr
    Thread: Community Auth logging out after 5 minutes
Post: RE: Community Auth logging out after 5 minutes

Thanks :) Will slipstream the updated code into the next update of our portal, fingers crossed ;)
12,110 Views
10 Replies
01-24-2016, 08:09 AM
sjcarr
    Thread: Community Auth logging out after 5 minutes
Post: RE: Community Auth logging out after 5 minutes

D'oh, feel stupid now overlooking browser cookies. All is well and it isn't kicking me out after 5 minutes :) Thanks for all your help!
12,110 Views
10 Replies
01-15-2016, 04:37 PM
sjcarr
    Thread: Community Auth logging out after 5 minutes
Post: RE: Community Auth logging out after 5 minutes

So... - I fixed/removed the calls to $this->is_logged_in() - Corrected the encryption key - Turned off database compression - Flipped the order of levels_and_roles - Configured destroy CI session...
12,110 Views
10 Replies
01-15-2016, 02:53 PM
sjcarr
    Thread: Community Auth logging out after 5 minutes
Post: RE: Community Auth logging out after 5 minutes

Changing the sess_time_to_update to 30 seconds does kill the session after 30 seconds :( Same issue in latest Chrome, Firefox and Safari. AFAIK I haven't made any changes to the core auth files ...
12,110 Views
10 Replies
01-15-2016, 07:08 AM
sjcarr
    Thread: Community Auth logging out after 5 minutes
Post: Community Auth logging out after 5 minutes

I'm having an issue with the latest Community Auth (1eda18b commit) and I'm not sure where the problem is or how to fix it, everything was working before I upgraded to this version (database tables an...
12,110 Views
10 Replies
01-14-2016, 07:31 PM
sjcarr
    Thread: Community-Auth Logging Me Out
Post: RE: Community-Auth Logging Me Out

Just incase anyone else runs into this... removing underscores from "sess_cookie_name" and setting an explicit value in "cookie_domain" seem to have fixed things.
6,360 Views
3 Replies
07-15-2015, 07:44 AM
sjcarr
    Thread: Community-Auth Logging Me Out
Post: Community-Auth Logging Me Out

I'm having an issue with Community-Auth, I've setup a simple login/logout which is working fine, except that after around 5 mins of being logged in I get kicked back out and prompted to login again. ...
6,360 Views
3 Replies
07-15-2015, 05:52 AM
sjcarr

Theme © iAndrew 2016 - Forum software by © MyBB