Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 8 of 8

Thread: Generated passwords not being recognised

  1. #1
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default Generated passwords not being recognised

    When a customer has forgotten their password they are sent a new generated password.

    None of these ever work, I've created a test user account and get the same error message. Has anyone else had this problem and if so how did you get around it? We are currently changing the password manually which is fine. But there must be something that is wrong.

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Which version of AspDotNetStorefront are you running? Have you modified the NewPwdAllowedChars appconfig parameter at all?
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    I agree, I personally cannot reproduce it but we have 10-15 customers a week right now that are furious. Every email goes like this.

    I am so frustrated, I tried to login and checkout but your system won't recognize my login info. I know its correct but yet I still can't get in. I clicked forgot password and got a new one but your system won't accept that either.

    Im on 8.0.12

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Check your NewPWDAllowedChars AppConfig. If there are a bunch of special characters in there, some may be getting nuked by the customer's mail client or the xml package that generates the notifications. Our recommended setting is:

    abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ 23456789~!@#$%&*

  5. #5
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    That is what we have as the value

    The description is

    "passwords via efghijkmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ2345 6789~!@#$%&*the request new password function on the signin page"

    I take it is does not matter what we have in there?

    Our value is

    abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ 23456789~!@#$%&*

    I'm on 7.1.1.0

  6. #6
    Dimmer is offline Member
    Join Date
    May 2008
    Location
    London
    Posts
    40

    Default

    We are on the same version and get regular complaints, a manual reset seems to be the only way around this.

    I am thinking it may be a caching issue or the new password not being re seeded for encryption
    Alan
    Version (Code/DB): AspDotNetStorefront ML 7.1.0.0/7.1.1.0 - with modifications
    www.stuff-uk.net

  7. #7
    wesinomaha is offline Junior Member
    Join Date
    Oct 2008
    Posts
    6

    Default

    Did anyone find a resolution to this issue? I too have had frequent problems with the password reset not working and very frustrated customers.

    Seems to me a common issue, someone at ASPDNSF must have knowledge of the issue. App config is setup as it is supposed to be and running 7.1.0.0.

    Any help appreciated!!

  8. #8
    John Reasons is offline Senior Member
    Join Date
    Oct 2009
    Posts
    119

    Default

    One of the possible things to check for is to see if the user is set as isregistered. If they are not that would be the source of the problem. Other then that we would probably need to take a look at your case in support.