modify user controller in fuel/controllers/user?

I add many fields to fuel_user table in data base I need a way to modify the user controller in fuel/controllers/user
how to handle hashing password and inserting new user in database via fuel_users_model

Comments

  • edited 11:08AM
    There is a "salt" value that needs to be saved with the password. You can use fuel_users_model::salted_password_hash() to generate the password with the hash.
Sign In or Register to comment.