Hello,
I am using Joomla and am trying to create a new user registration form. I have created the frontend fields: full_name, email, password(a hidden field with {rand:} in the Value section). I have then assigned the "Save user" function with the appropriate fields {data:"field_name"}.
Using the debug function I see that the password is saving with encryption. I have it setup to send a welcome email with their temporary password. That password matches the random number generated in the password field.
When trying to login I get the error "Username and password do not match or you do not have an account yet."
Am I missing something?
Thank you for your help.
Ryan
I am using Joomla and am trying to create a new user registration form. I have created the frontend fields: full_name, email, password(a hidden field with {rand:} in the Value section). I have then assigned the "Save user" function with the appropriate fields {data:"field_name"}.
Using the debug function I see that the password is saving with encryption. I have it setup to send a welcome email with their temporary password. That password matches the random number generated in the password field.
When trying to login I get the error "Username and password do not match or you do not have an account yet."
Am I missing something?
Thank you for your help.
Ryan
This topic is locked and no more replies can be posted.