Please help me understand what I am doing wrong, here is the get request I am sending:
Announcement
Collapse
No announcement yet.
Mobile API not logging in
Collapse
X
-
I am trying to use Mobile API for userlogin and it seems to return "badlogin" error even though I am inputting correct username password
Please help me understand what I am doing wrong, here is the get request I am sending:
Tags: None
-
Please open a support ticket - your original post contained sensitive information such as username and passwordanders | vbulletin team | check out the new vbulletin facebook app
Proudly vBulletin'ing since 2001
Please be my friend! http://www.twitter.com/inetskunkworks
vBulletin Performance Articles: Click here to read
-
Also, not sure what you are trying to accomplish here - are you creating your own login method or something? The password can't just be plaintext as you've had it.anders | vbulletin team | check out the new vbulletin facebook app
Proudly vBulletin'ing since 2001
Please be my friend! http://www.twitter.com/inetskunkworks
vBulletin Performance Articles: Click here to read
Comment
-
I opened a support ticket and I was told vbulletin doesnt support Mobile API. So I had to put the information here because I need help.
Per the instructions given on this page: http://www.vbulletin.com/forum/conte...thods?langid=3
The mobile API allows unhashed password to be used. Is that understanding incorrect?
- vb_login_password - The password of the User. If client use this to login, the plain password may be sniffed during the pass in the network
- vb_login_md5password - The md5 password of the User
- vb_login_md5password_utf - The md5 password (Unicode) of the User
I am getting this error
{"session":{"dbsessionhash":"443da956d6d07a45dab8af693291240e","userid":"0"},"response":{" errormessage":["badlogin","http:\/\/www.scorechase.com\/gmat","api=1&","0"]}}
Which means bad username / password. But this is the correct username and password. So whats the meaning of this error?Last edited by redraider; Fri 11th Mar '11, 1:35pm.
Comment
-
Since this involves custom coding, the correct place to ask for help with this is at www.vbulletin.org.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
-
No, I can't. I simply don't know. The place to ask for help with this (and any custom coding) is over at www.vbulletin.org.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
Related Topics
Collapse
-
by HellasThe desktop version works fine.
However on my mobile phone - when I try to log-in and click 'login' with my correct user name and password, it simply refreshes the main screen but without...-
Channel: Support Issues & Questions
Fri 24th Aug '18, 11:35am -
-
by geeklingoI'm now running 5.1.1a9, one problem mobile users are reporting is that they are unable to have their phones remember the login and have to enter the username and password each time. Is there a fix for...
-
Channel: vBulletin 5 Installs & Upgrades
Mon 28th Apr '14, 2:19am -
-
by romanos8Due I have migrated my forum from SMF to vbulletin 5 then all my users have to request a new password . Vbulletin sends the password in code format . LIke this:
Dear $userinfo[username],...-
Channel: Support Issues & Questions
Sat 12th Dec '15, 11:18pm -
Comment