DragonflyCMS Projects > AccountPlus > password recovery? > Community Forums > Phoenix Netology
Forum Index > Community > AccountPlus

password recovery? Reply to topic


Hi Phoenix, I am getting this error, I updated the latest account plus and have the latest DF. This happens when someone attempts a password recovery. The email gets sent with a new password but it does not work.

Thanks and awesome job on this.

Frank

On /Your_Account.html
While executing query "INSERT INTO cms_users_pass
(id, user_id, username, user_email, user_password, time)
VALUES
(DEFAULT, '2', 'N6AQ', 'n6aq@hillcountrydx.com', '8fd6c28d16c0b48baf92fe6c44d83cc8', '1277973313')"

the following error occured: Table 'hillcoun_cms.cms_users_pass' doesn't exist

In: /home/hillcoun/public_html/modules/Your_Account/index.php on line: 105


This is the error I get when trying to recover my username.

On /Your_Account.html
While executing query "INSERT INTO cms_users_pass
(id, user_id, username, user_email, user_password, time)
VALUES
(DEFAULT, '2', 'N6AQ', 'n6aq@hillcountrydx.com', '7e0a74f247d6aead9e4bf0e1a04da1d2', '1277973683')"

the following error occured: Table 'hillcoun_cms.cms_users_pass' doesn't exist

In: /home/hillcoun/public_html/modules/Your_Account/index.php on line: 105


This is the section of the code I think its pointing to.

# Next step: add the new password to the temporary database
$query = "INSERT INTO ".$user_prefix."_users_pass
(id, user_id, username, user_email, user_password, time)
VALUES
(DEFAULT, '$row[user_id]', '$username', '$row[user_email]', '$cryptpass', '".gmtime()."')";
if (!$db->sql_query($query)) { cpg_error(_UPDATEFAILED); }
cpg_error(_PASSWORD4." $username "._MAILED, _TB_INFO, getlink('&lost_username='.$username));
} elseif ($row['user_level'] == 0) {
cpg_error(_ACCSUSPENDED);
} elseif ($row['user_level'] == -1) {
cpg_error(_ACCDELETED);
}
}

Please enter your server specs in your user profile! 😢


Did you upgrade the module so that the extra table could be installed?

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):

All times are Australia/Adelaide


Jump to: