Skip to content

Commit bd75de2

Browse files
author
REJack
committed
Update Aauth.php
reset_password has no password generated
1 parent b4f2574 commit bd75de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/libraries/Aauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function reset_password($user_id, $ver_code){
380380
$query = $this->CI->db->where('verification_code', $ver_code);
381381
$query = $this->CI->db->get( $this->config_vars['users'] );
382382

383-
$pass = random_string('alphanum',8);
383+
$pass = random_string('alnum',8);
384384

385385
if( $query->num_rows() > 0 ){
386386

0 commit comments

Comments
 (0)