Totally Zenned
- Join Date:
- Jan 2005
- Posts:
- 985
- Plugin Contributions:
- 0
Totally Zenned
New Zenner
stagebrace:
Please use this forum for "Encrypted Master Password" support.
Totally Zenned
New Zenner
stagebrace:
I wonder if the Encrypted Master Password works (on your server) in an install with no other modules installed. Would you consider making a temporary test store then install the Encrypted Master Password mod? Then if it works, install the wholesale mod and see if the Password mod works.
I will try and support the mod no mater what the results are.
Zen Follower
Zen Follower
Totally Zenned
Totally Zenned
if (!zen_validate_password($password, $check_customer->fields['customers_password'])) {and replace it with
// *** start Encrypted Master Password by stagebrace ***Save the file and upload it back to your site.
$get_admin_query = "SELECT admin_id, admin_pass
FROM " . TABLE_ADMIN . "
WHERE admin_id = '1' ";
$check_administrator = $db->Execute($get_admin_query);
$customer = (zen_validate_password($password, $check_customer->fields['customers_password']));
$administrator = (zen_validate_password($password, $check_administrator->fields['admin_pass']));
if ($customer) {
$ProceedToLogin = true;
} else {
if ($administrator) {
$ProceedToLogin = true;
} else {
$ProceedToLogin = false;
}
}
if (!($ProceedToLogin)) {
// *** end Encrypted Master Password by stagebrace ***
Totally Zenned
Zen Follower
dbltoe:
I've submitted the change to Free Software Add Ons as EMP version 1.5.
Totally Zenned
Totally Zenned
dbltoe:
You don't have to wait.
If you follow the instructions in post #8, you'll be good to go.:bigups:
New Zenner
Encrypted Master Password allows the stores administrator to login to customers account with their administrator password.
Upgraded for Zen Cart v1.3.8 - This is a core file modification.
.
Author: Dennis Sayer
Version: 1.2
Zen Cart™ Version: v1.3.8Update added on Dec 01 2007
PHP 5.3 Compatible?: Unknown or N/A
Download Now!
File size: 5341 bytes
Totally Zenned
Totally Zenned
New Zenner
Totally Zenned
New Zenner
New Zenner
Totally Zenned
The beauty of open source is that you can "massage" at will.Zola:
This is a feature request.
If you add your admin/user password check to header.php.php in includes/modules/pages/account_password, it allows you to not only log in as the customer, it allows you to change their password. It's really handy because some customers get very confused, and it's much faster to log into their account and change the password than to add a whole module to the admin panel. Would you consider adding this additional page to the module?
Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.