1
Hello folks!
what I'm trying to do is to use a login via flash to provide the information to login on xoops.
But I'm not getting it to work... the only thing I got running is to have the variables send together with the url but then I'm not able to login and get the wrong password/username error page.
As I look into the template file for the login procedure I need to have three variables to be able to login:
- op to identify the operation (login)
- uname --> the username
- pass --> for the password
When I click my submit button the url looks like:
Quote:
How can I handle that? I don't understand quite anything aboiut flash so I don't know ho to send hidden variables?
But how can I ...
a) change the checklogin file so that it can read the url?
b) make the variables not be visible on the url since I'm sending the user's password?
I looked up here through the forums and search function, but I couldn't find anything that helped me...
Thanks in advance,