CMS Login Issue
Posted: Wed Sep 20, 2017 1:43 pm
Ok, I set up a login system and it worked just fine when I used automatic verification. I changed to email verification and now it doesn't work so well.
I was able to create an account but when I used the email link to verify the account the response I get is "User not found". It doesn't show up in the SQL table so I get why I am receiving that response but why isn't it creating the user in the first place? Is there another field I need to add to the data table to make the verification by email work?
Side question, is the verification email encrypted? It shows Username and password in clear text so I'm a little worried about security.
I was able to create an account but when I used the email link to verify the account the response I get is "User not found". It doesn't show up in the SQL table so I get why I am receiving that response but why isn't it creating the user in the first place? Is there another field I need to add to the data table to make the verification by email work?
Side question, is the verification email encrypted? It shows Username and password in clear text so I'm a little worried about security.