I am trying to develop a web application with codeigniter where some information will be stored. To see those information users have to create an account and login. But after registration users need admins approval. If admin approve user…
I am new to programming and I am making a login/pass authentication system for a project in Code Igniter. I can simply secure pages by setting session and then giving access based on whether the session is set or not ... Before I jump into it ... I…
I have an installation of Codeigniter, IonAuth + Hybridauth which I am reworking so my users can choose their own username instead of generating one using the first and last names returned by facebook.
So in my code below I check to see if a…
I have a live site which works fine and can be logged into no problems. I have a local copy of that site but for some reason the session isn't working. If i login, i can tell that the login has worked as it tries to redirect to the success page and…
before anything, please understand i'm a complete codeigniter noob, and know only enough php to get by. But understand it really well if it's explained very well.
I'm building a web app, installed sparks, then ion_auth which is up and running…
I have a problem while trying to access a page via https.
Iam using Codeigniter and Ion Auth
This is my config:
$config['base_url'] = "http".((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "s" :…
I'm new to CI and Ion_auth is the first library I'm trying out. Installing Ion_auth has been easy... no problem at all, I can navigate to /auth and all the example features are working fine.
So now I want to implement a login form on my custom page…
Ion Auth allows you to choose an identity which is basically a database column to be used for login. I want to be able to choose two database columns for my identity in Ion Auth since I want users to login using either their username or email…
Hey i'm new to CI and i guess i'm missing some fundemental understanding of CI and MVC in general.
I've copied all the Ion Auth files to their places, created all tables, created encryption key.
but when i tried to enter any view i get a 404.
Am i…
I'm making a series of quizzes for a website I'm working on and am having a bit of trouble saving the user data. The structure is a bit odd, so that may have something to do with the problems coming up. My quiz controllers are labelled as Quiz1,…
I am using ion-auth in my codeigniter. I would like to do a automatically login after account activated via email. Can i simply pass the hash password to the email tpl and hidden it and use it for $this->ion_auth->login() ?
I am using Codeigniter 2 and am currently using the 'Routers' config file to set the routes.
I am also using IonAuth library.
I have a code that does something like:
…
I want to extend Ion Auth to only allow certain email addresses to register.
I'm fairly sure I could hack this together and get something working, but as a newbie to codeigniter and ion auth I wish to find out if there is a "proper way" to be doing…
Setup CodeIgniter and CI HMVC MX Library successfully but when setup Ion auth after installed CI HMVC MX Library, Got below error.
An uncaught Exception was encountered
Type: Error
Message: Call to undefined method…