Magento 2 Customer Rest Api Token error for some users [weird problem] Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to add cutom customer attribute field to call rest api via create new customerGet Token Authentication For Customer Logged With Facebook & Twitter : Magento 2Error on image upload with REST apiMagento 2.2.3 - Problem connecting via REST API (Shipworks)Magento2 Rest Api for social loginMagento 2 token integration errorMagento 2 rest API - How to Manage API Authentication Lifecycle on Mobile Devices Application?401 Unauthorized for accessing customer apiMagento 2.2.4 Reset password of user using Rest API in (react-native)Mage 2 Customer Token Error For Some Accounts
Bete Noir -- no dairy
Why are there no cargo aircraft with "flying wing" design?
What is the meaning of the new sigil in Game of Thrones Season 8 intro?
What LEGO pieces have "real-world" functionality?
Why are Kinder Surprise Eggs illegal in the USA?
Can a non-EU citizen traveling with me come with me through the EU passport line?
Dating a Former Employee
51k Euros annually for a family of 4 in Berlin: Is it enough?
Identifying polygons that intersect with another layer using QGIS?
Short Story with Cinderella as a Voo-doo Witch
Coloring maths inside a tcolorbox
How would the world control an invulnerable immortal mass murderer?
How to align text above triangle figure
Is there a program I can run on the C64 to speed up booting of a game?
Sci-Fi book where patients in a coma ward all live in a subconscious world linked together
What is Arya's weapon design?
Why is my conclusion inconsistent with the van't Hoff equation?
Selecting the same column from Different rows Based on Different Criteria
How widely used is the term Treppenwitz? Is it something that most Germans know?
How to tell that you are a giant?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
What is the role of the transistor and diode in a soft start circuit?
What's the purpose of writing one's academic biography in the third person?
How can I make names more distinctive without making them longer?
Magento 2 Customer Rest Api Token error for some users [weird problem]
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to add cutom customer attribute field to call rest api via create new customerGet Token Authentication For Customer Logged With Facebook & Twitter : Magento 2Error on image upload with REST apiMagento 2.2.3 - Problem connecting via REST API (Shipworks)Magento2 Rest Api for social loginMagento 2 token integration errorMagento 2 rest API - How to Manage API Authentication Lifecycle on Mobile Devices Application?401 Unauthorized for accessing customer apiMagento 2.2.4 Reset password of user using Rest API in (react-native)Mage 2 Customer Token Error For Some Accounts
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We have a mobile app for magento 2 which we communicate with magento 2 server using Rest api.
Our intent is to get customer access token by below request
https://magento.host/index.php/rest/V1/integration/customer/token/
Post request
body
"username":"user12@ymail.com",
"password":"user123"
Response
"message": "You did not sign in correctly or your account is temporarily disabled."
The issue is not for all users only for a few users.One of which is our demo user account. We can't find any difference between working accounts and nonworking accounts.
Using same credentials we able to login in front end without any issues. The issue is when trying via rest api.
magento2 magento-2.1 rest-api
add a comment |
We have a mobile app for magento 2 which we communicate with magento 2 server using Rest api.
Our intent is to get customer access token by below request
https://magento.host/index.php/rest/V1/integration/customer/token/
Post request
body
"username":"user12@ymail.com",
"password":"user123"
Response
"message": "You did not sign in correctly or your account is temporarily disabled."
The issue is not for all users only for a few users.One of which is our demo user account. We can't find any difference between working accounts and nonworking accounts.
Using same credentials we able to login in front end without any issues. The issue is when trying via rest api.
magento2 magento-2.1 rest-api
add a comment |
We have a mobile app for magento 2 which we communicate with magento 2 server using Rest api.
Our intent is to get customer access token by below request
https://magento.host/index.php/rest/V1/integration/customer/token/
Post request
body
"username":"user12@ymail.com",
"password":"user123"
Response
"message": "You did not sign in correctly or your account is temporarily disabled."
The issue is not for all users only for a few users.One of which is our demo user account. We can't find any difference between working accounts and nonworking accounts.
Using same credentials we able to login in front end without any issues. The issue is when trying via rest api.
magento2 magento-2.1 rest-api
We have a mobile app for magento 2 which we communicate with magento 2 server using Rest api.
Our intent is to get customer access token by below request
https://magento.host/index.php/rest/V1/integration/customer/token/
Post request
body
"username":"user12@ymail.com",
"password":"user123"
Response
"message": "You did not sign in correctly or your account is temporarily disabled."
The issue is not for all users only for a few users.One of which is our demo user account. We can't find any difference between working accounts and nonworking accounts.
Using same credentials we able to login in front end without any issues. The issue is when trying via rest api.
magento2 magento-2.1 rest-api
magento2 magento-2.1 rest-api
asked Jul 30 '18 at 10:28
Venu PrasathVenu Prasath
257
257
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f236460%2fmagento-2-customer-rest-api-token-error-for-some-users-weird-problem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f236460%2fmagento-2-customer-rest-api-token-error-for-some-users-weird-problem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown