Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Oct 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Reset customer password from admin

    I tried logging in to the customer's account with the master password and resetting it from there but it did not work using the master password as the customer's password. I cleared cookies and still not working for me.

  2. #12
    Join Date
    Jun 2007
    Posts
    271
    Plugin Contributions
    0

    Default Re: Reset customer password from admin

    Anybody found a solution to this?

    I also currently login with master password, but the whole process is time consuming.

    I think the best option would be on the customers screen in admin you press a button and it changes the customer password to something common, such as 'password.' Shouldn't be terribly difficult, except for the whole encrypted part.

    If anyone thinks they can do this, but needs a little motivation let me know and I will post it in the commercial section.

    -lindasdd

  3. #13
    Join Date
    Apr 2006
    Location
    City Drama in Greece
    Posts
    160
    Plugin Contributions
    6

    Idea or Suggestion Re: Reset customer password from admin

    NEW MODULE from Le Brand Real IT Solutions :

    Change any customers password easily, directly from Admin !

    Just download and install the attached zip file.

    Tested on 1.3.9h and working fine.

    Very simple module that should work an any 1.3.x version.

    Thanks,



    Le Brand Real IT Solutions - Charis Chrisochoou

    GREECE
    Attached Files Attached Files
    Last edited by Kim; 24 Jun 2011 at 03:59 AM.
    Charis Chrisochoou
    Drama - Greece

  4. #14

    Default Re: Reset customer password from admin

    Quote Originally Posted by lebrand2006 View Post
    NEW MODULE from Le Brand Real IT Solutions :

    Change any customers password easily, directly from Admin !

    Just download and install the attached zip file.

    Tested on 1.3.9h and working fine.

    Very simple module that should work an any 1.3.x version.

    Thanks,



    Le Brand Real IT Solutions - Charis Chrisochoou

    GREECE


    Hi, sorry for my bad english... I had install your module...
    Then where i can change the password? If I go in the modify of the customer i don't see the box for change password...

  5. #15

    Default Re: Reset customer password from admin

    Sorry for last message...Now I see "Change Password" in TOOLS of "ADMIN".... good module....
    But there is a problem...it's not possible search a customer....I have 2400 customers...and it's impossible...
    Now for to find a customer you need see all the page that there are in "Change Password"....Ist' possible put a "search" in the
    "Change password" ???
    Tks..

  6. #16
    Join Date
    Oct 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Reset customer password from admin

    Quote Originally Posted by lebrand2006 View Post
    NEW MODULE from Le Brand Real IT Solutions :

    Change any customers password easily, directly from Admin !

    Just download and install the attached zip file.

    Tested on 1.3.9h and working fine.

    Very simple module that should work an any 1.3.x version.

    Thanks,



    Le Brand Real IT Solutions - Charis Chrisochoou

    GREECE
    Does not support table prefixes. Uses only zenDB.customers and failes with a zenDB.prefix_customers convention.

  7. #17
    Join Date
    Oct 2009
    Posts
    5
    Plugin Contributions
    0

    database error Re: Reset customer password from admin

    Quote Originally Posted by studiogrynn View Post
    Does not support table prefixes. Uses only zenDB.customers and failes with a zenDB.prefix_customers convention.
    Find in admin/passchange.php:
    PHP Code:
      $action = (isset($_GET['action']) ? $_GET['action'] : ''); 
    Below it add:
    PHP Code:
    $passchangeCust = (DB_PREFIX.'customers'); 
    Change (what is now around line 34) from
    PHP Code:
    $db->Execute("UPDATE customers 
    To:
    PHP Code:
    $db->Execute("UPDATE $passchangeCust 
    And change (approx line 94)
    PHP Code:
      $passchange_query_raw "select customers_id, customers_lastname, customers_firstname, customers_email_address from customers order by customers_id"
    To read:
    PHP Code:
      $passchange_query_raw "select customers_id, customers_lastname, customers_firstname, customers_email_address from $passchangeCust order by customers_id"
    I have tested this only on my installation. Your experience may vary.

  8. #18
    Join Date
    May 2006
    Posts
    85
    Plugin Contributions
    0

    Default Re: Reset customer password from admin

    Question. Is there a way to add the option to be able to find the customers name? Especially if you have over 6,000 members. It makes it very difficult to find them.

    By the way, thank you so much for offering this for free. It works great. Just need to be able to look up the customers.

  9. #19
    Join Date
    May 2006
    Posts
    85
    Plugin Contributions
    0

    Default Re: Reset customer password from admin

    I also meant to say thank you to Studio for the fix posted. I went ahead and fixed those spots before I uploaded. It works great.

  10. #20
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,002
    Plugin Contributions
    6

    Default Re: Reset customer password from admin

    The idea in Post #7 is probably a better way BUT I would use the Encrypted Master Password mod for 1.5.0 versus the older master password mod.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Mass Reset Customer Passwords
    By JuxiZoza in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 3 Feb 2009, 06:18 AM
  2. password reset email issues
    By sanguisdesign in forum General Questions
    Replies: 3
    Last Post: 27 Jan 2007, 04:27 PM
  3. Customer Password Generation
    By kimhuff in forum General Questions
    Replies: 2
    Last Post: 1 Oct 2006, 06:56 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •