-
Hi Ben,
I am new to ion_auth. I have done user registration successfully but I also need to send activation email to user and when user click that link his account need to be activate. My client want…
-
Version: CodeIgniter 3.0
I was tying to add a custom session driver class base on: http://www.codeigniter.com/userguide3/libraries/sessions.html#saving-session-data-to-a-database.
I changes:
1. Add …
-
Greetings,
I am testing your ION_Auth in CodeIgniter 2.2.0. I have downloaded the programs from Git Hub, etc. and I am testing on WAMP.
1. Are there any changes besides the obvious to config/config.…
ghost updated
9 years ago
-
Hi,
I noticed that Databese Session driver isn't working correctly. When its enabled, every time when i refresh a main page I've got an error something like "Repeated ID blah blah blah". So looked to …
-
I logged into the application using the default admin@admin.com, password credentials. The session is set in the sessions table.
class Login extends CI_Controller
{
public function confirm_account($i…
-
https://github.com/slimphp/Slim/blob/master/Slim/Middleware/SessionCookie.php#L127
Generally, it's a bad idea to blindly `unserialize()` user-controllable input.
https://www.owasp.org/index.php/PHP_…
-
if a user is logged in and then instead of logging out clicks the x on the title thereby closing the page,
anyone else can get into the program without putting in a username and password just by click…
-
The last couple of times I tried logging into my system, I got a pretty generic CI error... something like "cannot perform that action" and when I looked that up, it had to do with the CSRF token.
Ap…
-
I have issues with the SMTP settings.
It doesn't connect to the Google Apps SMTP.
``` php
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already s…
nsina updated
9 years ago
-
I am using ion_auth for a web app that I am developing, and periodically I will go from being able to login using one of the accounts I created, and then the next it just refreshes the page and errors…