Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Auth
not able to login with Auth conecpt
Gaurish
December 2013
i am not able to login with auth, i have add the use with myphpadmin so i have not add the login_hash and
2nd think how to use oil to add user in to the mysql database.
3nd how do i can create an user registration form am add login_hash in to it
Harro
December 2013
The login hash will be generated when you have a succesful login, it is not something you have to do yourself.
If you use Auth::create_user() to create a new user record, you can use Auth::login() to login.
There is an example of an Auth controller in the docs, including a method for registration.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,082
General
↳ General
3,359
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
212
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
December 2013