Questions tagged [ion-auth]

Ion Auth is a user library for CodeIgniter.

More information can be found here : https://github.com/benedmunds/CodeIgniter-Ion-Auth

249 questions
0
votes
1 answer

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 admins approval. If admin approve user…
Mushfiqul Tuhin
  • 666
  • 6
  • 13
  • 31
0
votes
1 answer

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 session is set or not ... Before I jump into it ... I…
Jamil Khan
  • 134
  • 3
  • 12
0
votes
1 answer

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 facebook. So in my code below I check to see if a…
Tommy Arnold
  • 3,339
  • 8
  • 31
  • 40
0
votes
1 answer

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 as it tries to redirect to the success page and…
John
  • 833
  • 1
  • 11
  • 24
0
votes
1 answer

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 sparks, then ion_auth which is up and running…
Jake Chapman
  • 344
  • 1
  • 4
  • 14
0
votes
1 answer

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'] == "on") ? "s" :…
RednBlack
  • 104
  • 3
  • 18
0
votes
1 answer

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 want to implement a login form on my custom page…
Jorg Ancrath
  • 1,447
  • 10
  • 34
  • 61
0
votes
2 answers

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 login using either their username or email…
Mico Abrina
  • 507
  • 1
  • 7
  • 25
0
votes
1 answer

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 when i tried to enter any view i get a 404. Am i…
eric.itzhak
  • 15,752
  • 26
  • 89
  • 142
0
votes
1 answer

Passing data from a controller to a controller 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 up. My quiz controllers are labelled as Quiz1,…
0
votes
2 answers

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 $this->ion_auth->login() ?
vzhen
  • 11,137
  • 13
  • 56
  • 87
0
votes
1 answer

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: …
Sworup Shakya
  • 1,328
  • 3
  • 16
  • 44
0
votes
3 answers

Extending ion auth to only allow registrations from certain email addresses/domains

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…
Thomas Clayson
  • 29,657
  • 26
  • 147
  • 224
-1
votes
1 answer

Call to undefined method MY_Loader::_ci_load_class()

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…
N.S
  • 139
  • 1
  • 1
  • 13
-1
votes
1 answer

Don't need email, while registration Ion_auth

is there any way (probably is - in ion_auth config), how to do not need email, while registration? - I need just username and password :)
1 2 3
16
17