Ion Auth is a user library for CodeIgniter.
0
votes
0answers
38 views
Codeigniter, Ion-auth: mail user password
I use Wordpress as a CMS, and it has a nice option whereby, when an admin creates a user, Wordpress generates a password and emails it to the user, who can then login and change it to something more ...
0
votes
1answer
34 views
Error updating the user settings in ionauth : “This form post did not pass our security checks.”
I am using Ionauth library in codeigniter and edited edit_user() method in Auth controller to enable individual user updating his/her own user settings. So when a logged in user goes to : ...
1
vote
1answer
40 views
CodeIgniter ion_auth with multiple website
I have two website and use ion auth as login system
the CI structure like this:
CI_BASE
- system
- application
- site1
- application
- config
...
0
votes
2answers
47 views
CodeIgniter system issue caused by IonAuth and $query->num_rows()
Please excuse the code I've posted that isn't code formatted. couldn't get the four spaces to work sometimes.
Hi. Looking for some insight on this error caused by num_rows() function in CodeIgniter.
...
0
votes
1answer
16 views
IonAuth groups - not returning correct value
so I just started to use Ion_Auth lib for my CI applications and anyway I am having a bit of trouble with the results I get when using the library function in_group. Everything worked fine until I ...
0
votes
1answer
26 views
ion_auth : Trigger Send Email when user registers
Send certain email when new user register in my website.
How do I do this . where will I attach the my code.
What class and what function..
0
votes
0answers
21 views
Codeigniter Ion_Auth write config file
Ion_auth am using Codeigniter with. ion_auth config file I need to write dynamic. Admin panel to writing for the setting.
$this->config->load('ion_auth');
...
0
votes
0answers
44 views
Codeigniter ion_auth redirects to ?auth/login loop
I'm setting up ion_auth for the first time and when I click submit from the login screen, it redirects the URL from baseurl/auth/login to baseurl/?auth/login and gets caught in a loop. Any ideas why ...
0
votes
1answer
27 views
correct way to use this function
i saw this function 'is_post' at this website:
http://www.kylenoland.com/a-comprehensive-guide-to-securing-codeigniter-2-x-with-ben-edmunds-ion-auth/
class MY_Controller extends CI_Controller
{
...
0
votes
0answers
26 views
Ion_Auth Failing loggedIn() straight after accepting user login
I'm having an issue with the Ion_Auth library. I have the standard login form which passes the login information to the controller. I have checked that the form does actually validate a correct ...
0
votes
1answer
106 views
PHP Code Igniter Ion Auth - Can't successfully create a new tier of user
I'm rather new at CodeIgniter and especially Ion Auth. I'm building a website which will have three tiers of user: User, Moderator and Admin. My aim is to use this code snippet:
if ...
0
votes
1answer
89 views
PHP CodeIgniter Ion Auth Creating a New Group
I am building a website and am new to Codeigniter and Ion Auth. My website consists of three tiers of user: regular user, moderator and admin. I understand is_admin and is_logged in, but can't figure ...
1
vote
3answers
378 views
use ion auth authentication for codeigniter in another controller
I am trying to build a web application with codeigniter. I have installed Ion Auth as my authentication model.
The default Auth.php controller authenticates the user and sets up the session.
...
0
votes
0answers
99 views
Code Igniter - Ion_Auth secure pages showing blank page
My app is working fine on local host but when i uploaded it, the secure pages stated showing blank ... Using ion-auth with codeigniter and using secure controllers for admin and logged in users ... ...
1
vote
1answer
138 views
Securing View with codeigniter and IonAuth
I have setup Ion Auth for codeigniter 2.1.3.
All is working well.
In my controller, auth.php I have the below code for function index():
function index()
{
// if not logged in - go to ...
0
votes
1answer
75 views
ion auth and codeignitor
I am playing with codeigniter and ion auth for the first time. I have got everything working however, in the ion auth template, the index view displays a list of all users.
<?php foreach ($users ...
0
votes
1answer
102 views
How to create sub groups in ion auth codeigniter?
I know we can create groups in ion auth. But I need sub group inside members and staff groups.The following user roles are required for my project.
Admin
Members
plan A members
plan B members
plan ...
1
vote
1answer
115 views
PHP: Emails only working for certain email clients
I am creating a site which uses Codeigniter and Ion Auth Library.
I have set up a registration/login/forgot password which all works apart from an issue for the forgot password setup.
If the users ...
1
vote
0answers
446 views
Codeigniter: Ion auth reset password
I am using the Ion auth library with codeigniter and have created a login, register, remember me and forgot password features (so far).
For the forgot password feature, the user types in their email ...
1
vote
0answers
297 views
Phonegap & Jquery mobile app to use Codeigniter Ion Auth backend for login
I already have CRUD web application which is build using Codeigniter PHP framework and Ion Auth authentication library (for Codeigniter). So users needs to log-in to use the site etc.
Now Im building ...
-1
votes
1answer
367 views
Ion Auth & Codeigniter: Looping redirect when new user login
I am a frequent user of Codeigniter and it has come to the point where i've had to start looking at a library for login/forgot password so i decided to use Ion Auth.
I set this up - works fine, tried ...
0
votes
1answer
99 views
Ion-auth: Switching from an admin to a user account
I'm very new to ion-auth so apologies in advance if this is a dumb question.
I have a feature request from a user (an admin) where they would like to be able to switch into another user's account to ...
1
vote
1answer
170 views
Codeigniter — _render_page() is undefined
I am using ion auth with CI. What is _render_page()? I have been using $this->load() and redirect. I am getting this error:
Fatal error: Call to undefined method Profile::_render_page()
I ...
0
votes
0answers
205 views
user authentication in codeigniter library ION AUTH
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 ...
0
votes
1answer
79 views
New to Authentication
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 ...
0
votes
1answer
157 views
Codeigniter View not Loading
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 ...
1
vote
1answer
119 views
Auth code structure in CodeIgniter
I'm using CodeIgniter and Ion auth to develop a small web app. The app has 3 distinct types of users:
admin: add, list all, consult an item, delete item;
author: add, list all, consult;
normal user: ...
0
votes
1answer
159 views
Login & Session not working on localhost using codeigniter & Ion_Auth
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 ...
1
vote
1answer
172 views
Ionauth first time a user logs in + resend activation mail
I currently have Ion_auth implemented in my codeigniter project. After a registration, an email is send to activate the account.
Currently I am facing two problems.
*How to resend the activation ...
3
votes
2answers
978 views
CodeIgniter 2 and Ion Auth - edit own user account
I am using the latest Ion Auth files along with the latest version of CodeIgniter 2.
There is a function called edit_user within the auth.php Controller file. This function is restricted to use only ...
0
votes
1answer
141 views
codeigniter, ion_autho logout() session error
Recently i implemented ion_auth into my hmvc system.
Now the problem is when i logout from my cms, logout is working, but before is destroying the session is showing me those errors:
Undefined ...
2
votes
3answers
503 views
Getting PHP error/warnings when using CodeIgniter 2 to send email
I'm using Ion Auth and trying to implement the forgotten password feature which relies upon an email being sent from CI. My LAMP server is on a shared cPanel account and uses sendmail. However, I ...
0
votes
1answer
59 views
CI Spark Ion_auth & phpactiverecord
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 ...
1
vote
3answers
599 views
What is proper way to secure CodeIgniter 2 application with authentication?
I have Ion Auth properly installed and working on my server. I also have the default CodeIgniter 2 "news" tutorial working in the same CI installation. I'm just playing around and curious about the ...
0
votes
1answer
217 views
codeigniter ion auth https redirect infinity loop
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'] ...
0
votes
1answer
219 views
Codeigniter - Implementing Ion_auth on custom pages
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 ...
0
votes
1answer
117 views
How do you use two database columns for the identity in ion auth (codeigniter library)?
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 ...
1
vote
1answer
126 views
Ion Auth returns 404 on all views
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 ...
2
votes
1answer
241 views
ionauth login maximum attempts implementation
Hey guys, I was hoping you can help me out.
I have just started using ionauth, and I am trying to implement the maximum login attempts feature..
Problem is, I can't seem to find any documentation ...
3
votes
2answers
109 views
Opinions on Dual-Salt authentication for low sensitivity user accounts?
I am currently working on a web project requiring user accounts. The application is CodeIgniter on the server side, so I am using Ion Auth as the authentication library.
I have written an ...
3
votes
2answers
420 views
Can I set Ion auth to login by username OR Email
I know I can set ion auth to login by username in the config, I also know I can set it to login by email in the config.
Is there a simple way to set it it to use either automatically?
1
vote
1answer
371 views
Ion Auth , Get all current logged in users logged
I'm using ion auth library with codeigniter.
I can get all members on ceratin group but can't get all logged_in users in that group.
Does anyone know how can i achieve this?
Thank you all
Ok im ...
1
vote
0answers
99 views
Ion Auth - “sess_destroy()” Fatal Error when logging out
I have downloaded the very latest version of IonAuth for Codeigniter on GitHub. It is a very good library however when I try to logout after logging in I get the following error (which I've had in ...
1
vote
1answer
103 views
How to avoid this looping when try to reach index()
I'm trying to check if $this->current_user is set, otherwise redirect to the login page but because Wall is my default route it loops and give me a 500 Internal Server Error, does any have some ...
0
votes
1answer
72 views
Passing data from a contoller to a contoller to a model
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 ...
0
votes
2answers
664 views
Automatic login after activate account using ion auth
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 ...
1
vote
1answer
228 views
ion_auth adds unnecessary index.php in HTTP location
Recently setup ion_auth in my CI project. Everything is working well for the most part. However, when the user logs out of the web site, they are redirected to
http://website/index.php/auth/login
...
0
votes
1answer
208 views
Codeigniter 2 Routing with undeterminded number of segments/parameters
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:
...
1
vote
2answers
731 views
CodeIgniter Ion_auth check login
how can i check if user logged in or not in view ??
something like this:
if ($this->ion_auth->logged_in())
{
// do something ..
}
else
{
// do something else ..
}
and how can i get ...
2
votes
1answer
903 views
Add user to groups when creating user in Ion Auth using form_dropdown
I add to auth controller in function create_user():
if ($this->ion_auth->is_admin())
{
$this->data['groups'] = $this->ion_auth->groups()->result_array(); // ...




