Welcome Guest, Not a member yet? Register   Sign In
What is wrong with this password update process?
#6

PHP Code:
class Newpassword extends CI_Controller {
  private 
$token ''

You pass it to a method, but it's empty.

PHP Code:
// add()
    
$token $this->token;

    if (
$this->Usermodel->set_new_password($token$enc_password)) { 

PHP Code:
<?php echo form_open(base_url('newpassword/add')); ?>
Reply


Messages In This Thread
RE: What is wrong with this password update process? - by iRedds - 03-07-2021, 10:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB