Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problem with "password forgotten" function

    If you can PM me ... we can try a little experiment when I get some free time ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    Mar 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Problem with "password forgotten" function

    Hi Ajeh,

    I have reached this thread and from here keep going in circles following leads to no where. I have the same problem in that customers are set to 1 and 1, no browsing or prices unless logged in. problem is as other people have found is that under these conditions nothing works, all redirects are disabled and the password forgotten one need to be enabled for those people like me who are not as bright as they once thought they were. Does anyone know how I can do this, or what files need to be changed. Thanks.

    Rottie

  3. #13
    Join Date
    Jan 2005
    Posts
    153
    Plugin Contributions
    0

    Default Re: Problem with "password forgotten" function

    I am very sorry, I might even have forgotten to send an email to Ajeh to confirm that with his patch, the function "send password" is working again!

    There is clearly a way to solve this problem, then.

    If Ajeh is not responding directly to you, rottiejoe, contact me and I will send you by email the patch.

    sanji

  4. #14
    Join Date
    Mar 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Problem with "password forgotten" function

    Hi Sanji,

    If there is a patch i would be gratefull for it or a link to where it is .

    Thanks in advance.

  5. #15
    Join Date
    Aug 2007
    Location
    South of France
    Posts
    46
    Plugin Contributions
    0

    Default Re: Problem with "password forgotten" function

    I have more side effects related to the init_customer_auth.php page.

    In effect when set up my store as follows :
    1= Must login to browse, and
    1= Must be Authorized to Browse mode.
    Use split-login page = True

    Try this scenario.

    Return Customer goes to the shop home index.php page of my site.
    Wants to login but cannot rememebr his password.

    Clicks on "forgot your password ?"
    is returned to index page with no error,

    clicks on "Contact us" and same punishment...

    Tries to make a new account,
    clicks on "here" of the "The privacy statement can be read <here>"
    is returned to index page with no error,

    Tries again but skips the reading of the privacy statement ,
    gets the Customer Authorization Pending ... message

    Clicks on "Contact Us" and nothing happens ?
    Clicks on "Log Out " and nothing happens ?

    Closes the browser TAB and tries the shop URL again
    Returns straight back to the "Customer Authorization Pending ..." message.

    Probably cause the session is still holding customer_id or maybe related to my cookies ??

    Decides to go take this shop out of his favourites and tell all his freinds to keep well away form it and go shop somewhere else.

    The shop owner brings the shop down for maintenance by setting
    Down for Maintenance: ON

    Now the customers are getting the following error :

    QUOTE

    The page isn't redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


    * This problem can sometimes be caused by disabling or refusing to accept
    cookies.


    UNQUOTE


    This is probably because the DOWN_FOR_MAINTENANCE_FILENAME cannot be accessed ?


    HELP....

    I need a beer .

  6. #16
    Join Date
    Aug 2007
    Location
    South of France
    Posts
    46
    Plugin Contributions
    0

    Default Re: Problem with "password forgotten" function

    I have maybe found a patch allowing the user to use the forgot password module.

    in the init_customer_auth.php file,

    Update line 104 by adding , FILENAME_PASSWORD_FORGOTTEN

    Example:

    line 99-111 now reads as follows:

    switch (true) {
    case (CUSTOMERS_APPROVAL_AUTHORIZATION == '1' and $_SESSION['customer_id'] == ''):
    /**
    * customer must be logged in to browse
    */
    if (!in_array($_GET['main_page'], array(FILENAME_LOGIN, FILENAME_CREATE_ACCOUNT, FILENAME_PASSWORD_FORGOTTEN))) {
    if (!isset($_GET['set_session_login'])) {
    $_GET['set_session_login'] = 'true';
    $_SESSION['navigation']->set_snapshot();
    }
    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
    }
    break;





    I am still looking for answers for the other problems related to :

    ContactUs
    Logoff
    Website down for maintenance

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v153 Customers not receiving "Password Forgotten" email
    By t4gal in forum General Questions
    Replies: 24
    Last Post: 25 Nov 2014, 09:00 PM
  2. Replies: 1
    Last Post: 18 Nov 2010, 05:44 PM
  3. Customers can't use "Forgotten password"!
    By scrap in forum Managing Customers and Orders
    Replies: 10
    Last Post: 4 Sep 2009, 10:37 PM
  4. Email Variables like $EMAIL_CLOSURE in "password forgotten"
    By miriam_t in forum General Questions
    Replies: 0
    Last Post: 8 May 2009, 01:22 PM
  5. New "forgotten" password not working? Help!
    By nukabe in forum General Questions
    Replies: 4
    Last Post: 19 May 2008, 11:18 PM

Posting Permissions

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