Guillermo Garrcia
Member
Can someone do me a simple url login that responds numbers?
Like,
Ban=1
Admin=2
Member=3
Not necessarily in that order, that's just an example.
ursite.de/loginrequest#USERNAMEHERE#-#PASSWORD#.html
I will greatly appreciated or can we do this with our Admin CP?
I tried doing this but it didn't worked
Or ATLEAST, it showed me no sing it worked.
Guillermo Garrcia
Like,
Ban=1
Admin=2
Member=3
Not necessarily in that order, that's just an example.
ursite.de/loginrequest#USERNAMEHERE#-#PASSWORD#.html
I will greatly appreciated or can we do this with our Admin CP?
I tried doing this but it didn't worked
The login action requires a POST request. Submitting a URL is a GET request. You would have to modify or extend this action:
XenForo_ControllerPublic_Login::actionLogin
Custom programming is required. You can submit a request:
http://xenforo.com/community/forums/custom-service-development-requests.69/
Or ATLEAST, it showed me no sing it worked.
Guillermo Garrcia