Password does not match when ity should

Hi, Today I have tackled the signon process. All went well until the login page would not recognise a valid password. Here is the story…

I have deliberately left the password box as text rather than password just to see what is going on (a bit). The Signon form creates a user successfully and saves the encrypted password successfully.

image

The formula used in the Insert is sha512 with a salt of tempsalt.

image

The Password in the security steps is also on the same formula

But when I attempt to log in with a correct password, I still get a 401

image

The Login form has passed the correct values

image

Is there any way to see what the Password encryption results in?

Would any of the other encryption methods be better to use?

Community Page
Last updated: