Something went wrong while saving the new password Magento 2
When I update my password with the "Reset my password" page, it shows me this error: "Something went wrong while saving the new password.".
Please check the screenshot.
I have tried to NULL the rp_token
value, but it is not working.
magento2 password password-recovery change-password
add a comment |
When I update my password with the "Reset my password" page, it shows me this error: "Something went wrong while saving the new password.".
Please check the screenshot.
I have tried to NULL the rp_token
value, but it is not working.
magento2 password password-recovery change-password
Having the same issue, check this report: github.com/magento/magento2/issues/18256
– Noewt
Nov 15 '18 at 11:40
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review
– Manashvi Birla
Nov 15 '18 at 12:05
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Rama Chandran M
Nov 15 '18 at 12:08
add a comment |
When I update my password with the "Reset my password" page, it shows me this error: "Something went wrong while saving the new password.".
Please check the screenshot.
I have tried to NULL the rp_token
value, but it is not working.
magento2 password password-recovery change-password
When I update my password with the "Reset my password" page, it shows me this error: "Something went wrong while saving the new password.".
Please check the screenshot.
I have tried to NULL the rp_token
value, but it is not working.
magento2 password password-recovery change-password
magento2 password password-recovery change-password
edited 9 mins ago
Super Chafouin
1376
1376
asked Oct 31 '18 at 11:53
Sunny RahevarSunny Rahevar
960112
960112
Having the same issue, check this report: github.com/magento/magento2/issues/18256
– Noewt
Nov 15 '18 at 11:40
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review
– Manashvi Birla
Nov 15 '18 at 12:05
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Rama Chandran M
Nov 15 '18 at 12:08
add a comment |
Having the same issue, check this report: github.com/magento/magento2/issues/18256
– Noewt
Nov 15 '18 at 11:40
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review
– Manashvi Birla
Nov 15 '18 at 12:05
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Rama Chandran M
Nov 15 '18 at 12:08
Having the same issue, check this report: github.com/magento/magento2/issues/18256
– Noewt
Nov 15 '18 at 11:40
Having the same issue, check this report: github.com/magento/magento2/issues/18256
– Noewt
Nov 15 '18 at 11:40
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review
– Manashvi Birla
Nov 15 '18 at 12:05
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review
– Manashvi Birla
Nov 15 '18 at 12:05
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Rama Chandran M
Nov 15 '18 at 12:08
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Rama Chandran M
Nov 15 '18 at 12:08
add a comment |
1 Answer
1
active
oldest
votes
First login to your server with SSH, then go to the folder root of site.
Next, create a new admin user by using the command below:
php bin/magento admin:user:create --admin-user="demo" --admin-password="demo123" --admin-email="demo@gmail.com" --admin-firstname="Lof of" --admin-lastname="Coder"
Login to admin panel using the new account, then change the password of account that you lost
I am talking about the front end side.So why is should create the new admin?Do you think is it related to my issue?
– Sunny Rahevar
Oct 31 '18 at 12:22
you haven't mention that this is for frontend, i thought you are trying to reset your admin side password
– sheraz khan
Oct 31 '18 at 12:35
So do you have the solution for the front end side?
– Sunny Rahevar
Oct 31 '18 at 12:45
add a comment |
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f248574%2fsomething-went-wrong-while-saving-the-new-password-magento-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
First login to your server with SSH, then go to the folder root of site.
Next, create a new admin user by using the command below:
php bin/magento admin:user:create --admin-user="demo" --admin-password="demo123" --admin-email="demo@gmail.com" --admin-firstname="Lof of" --admin-lastname="Coder"
Login to admin panel using the new account, then change the password of account that you lost
I am talking about the front end side.So why is should create the new admin?Do you think is it related to my issue?
– Sunny Rahevar
Oct 31 '18 at 12:22
you haven't mention that this is for frontend, i thought you are trying to reset your admin side password
– sheraz khan
Oct 31 '18 at 12:35
So do you have the solution for the front end side?
– Sunny Rahevar
Oct 31 '18 at 12:45
add a comment |
First login to your server with SSH, then go to the folder root of site.
Next, create a new admin user by using the command below:
php bin/magento admin:user:create --admin-user="demo" --admin-password="demo123" --admin-email="demo@gmail.com" --admin-firstname="Lof of" --admin-lastname="Coder"
Login to admin panel using the new account, then change the password of account that you lost
I am talking about the front end side.So why is should create the new admin?Do you think is it related to my issue?
– Sunny Rahevar
Oct 31 '18 at 12:22
you haven't mention that this is for frontend, i thought you are trying to reset your admin side password
– sheraz khan
Oct 31 '18 at 12:35
So do you have the solution for the front end side?
– Sunny Rahevar
Oct 31 '18 at 12:45
add a comment |
First login to your server with SSH, then go to the folder root of site.
Next, create a new admin user by using the command below:
php bin/magento admin:user:create --admin-user="demo" --admin-password="demo123" --admin-email="demo@gmail.com" --admin-firstname="Lof of" --admin-lastname="Coder"
Login to admin panel using the new account, then change the password of account that you lost
First login to your server with SSH, then go to the folder root of site.
Next, create a new admin user by using the command below:
php bin/magento admin:user:create --admin-user="demo" --admin-password="demo123" --admin-email="demo@gmail.com" --admin-firstname="Lof of" --admin-lastname="Coder"
Login to admin panel using the new account, then change the password of account that you lost
answered Oct 31 '18 at 12:19
sheraz khansheraz khan
15511
15511
I am talking about the front end side.So why is should create the new admin?Do you think is it related to my issue?
– Sunny Rahevar
Oct 31 '18 at 12:22
you haven't mention that this is for frontend, i thought you are trying to reset your admin side password
– sheraz khan
Oct 31 '18 at 12:35
So do you have the solution for the front end side?
– Sunny Rahevar
Oct 31 '18 at 12:45
add a comment |
I am talking about the front end side.So why is should create the new admin?Do you think is it related to my issue?
– Sunny Rahevar
Oct 31 '18 at 12:22
you haven't mention that this is for frontend, i thought you are trying to reset your admin side password
– sheraz khan
Oct 31 '18 at 12:35
So do you have the solution for the front end side?
– Sunny Rahevar
Oct 31 '18 at 12:45
I am talking about the front end side.So why is should create the new admin?Do you think is it related to my issue?
– Sunny Rahevar
Oct 31 '18 at 12:22
I am talking about the front end side.So why is should create the new admin?Do you think is it related to my issue?
– Sunny Rahevar
Oct 31 '18 at 12:22
you haven't mention that this is for frontend, i thought you are trying to reset your admin side password
– sheraz khan
Oct 31 '18 at 12:35
you haven't mention that this is for frontend, i thought you are trying to reset your admin side password
– sheraz khan
Oct 31 '18 at 12:35
So do you have the solution for the front end side?
– Sunny Rahevar
Oct 31 '18 at 12:45
So do you have the solution for the front end side?
– Sunny Rahevar
Oct 31 '18 at 12:45
add a comment |
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f248574%2fsomething-went-wrong-while-saving-the-new-password-magento-2%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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
Having the same issue, check this report: github.com/magento/magento2/issues/18256
– Noewt
Nov 15 '18 at 11:40
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review
– Manashvi Birla
Nov 15 '18 at 12:05
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Rama Chandran M
Nov 15 '18 at 12:08