Announcement

Collapse
No announcement yet.

problems logging in, and warning messages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    allow_url_fopen = On
    I tried to load the URL with the username and md5summed password manually in my browser, I get no output.

    Comment


    • #12
      Did you click the link that got emailed to you to activate your account?
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #13
        Like I said:
        Originally posted by apaige View Post
        I did click on the confirmation link upon registering, and that worked.

        Comment


        • #14
          It's a problem of casing. I registered a new account with an all lowercase password, and logging in worked. I don't know why you use strToLower() in pts-run-cmd.php (makes the password weaker), but I'm guessing the password gets stored in the database intact. Removing strToLower() allowed me to login with my first account.

          Comment


          • #15
            Thanks, fixed in git. Not sure why I added in strtolower there to begin with, unless it was from a copy paste. Both the username and password have their strtolower() call removed.
            Michael Larabel
            https://www.michaellarabel.com/

            Comment

            Working...
            X