How to reset password for Chef web server without emailchef clients behind firewallWhere is the history for the knife executing on the open-source chef server?How to monitor and log Chef server and Chef client response time and network trafiic?unable to upload cookbook from knife to chef-serverChef - Automatically add nodes to chef serverChef Server 12 reconfigure fails with RabbitMQMy cloned Chef server has a problems with syncronising of recipiesHow to manually set up a Chef node?Chef node not checking in with the serverChef-server 12.1.0 backup and restore gives me 401
Can a UK national work as a paid shop assistant in the USA?
Are there historical examples of audiences drawn to a work that was "so bad it's good"?
Is it OK to look at the list of played moves during the game to determine the status of the 50 move rule?
How to tease a romance without a cat and mouse chase?
why "American-born", not "America-born"?
Make the `diff` command look only for differences from a specified range of lines
Why do the i8080 I/O instructions take a byte-sized operand to determine the port?
Why is this python script running in background consuming 100 % CPU?
Three knights or knaves, three different hair colors
Unary Enumeration
(For training purposes) Are there any openings with rook pawns that are more effective than others (and if so, what are they)?
size of pointers and architecture
Is there a word for pant sleeves?
What does it mean when みたいな is at the end of a sentence?
Real Analysis: Proof of the equivalent definitions of the derivative.
Ratings matrix plot
Writing "hahaha" versus describing the laugh
Is a world with one country feeding everyone possible?
Wifi light switch needs neutral wire. Why? AND Can that wire be a skinny one?
Way of refund if scammed?
Variable does not Exist: CaseTrigger
Computing elements of a 1000 x 60 matrix exhausts RAM
Meaning of "half-crown enclosure"
Which values for voltage divider
How to reset password for Chef web server without email
chef clients behind firewallWhere is the history for the knife executing on the open-source chef server?How to monitor and log Chef server and Chef client response time and network trafiic?unable to upload cookbook from knife to chef-serverChef - Automatically add nodes to chef serverChef Server 12 reconfigure fails with RabbitMQMy cloned Chef server has a problems with syncronising of recipiesHow to manually set up a Chef node?Chef node not checking in with the serverChef-server 12.1.0 backup and restore gives me 401
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm running a Chef server in the cloud. I can't log into the "Chef Manage" web interface because I forgot my password.
I can still use knife to (for example) update nodes from my workstation using the server.
I can still ssh to the server using my private key. I tried running sudo private-chef-ctl password myusername
and "successfully" changed my password; however, when I try to sign in using the new password, the web interface still says "Maximum login failures reached, please reset your password."
When I submit the password reset form in the web interface, it says "Your password reset email has been sent", but my server isn't configured to send emails.
How can I reset my password so that I can log into the Chef server using the web interface?
chef chef-server
add a comment |
I'm running a Chef server in the cloud. I can't log into the "Chef Manage" web interface because I forgot my password.
I can still use knife to (for example) update nodes from my workstation using the server.
I can still ssh to the server using my private key. I tried running sudo private-chef-ctl password myusername
and "successfully" changed my password; however, when I try to sign in using the new password, the web interface still says "Maximum login failures reached, please reset your password."
When I submit the password reset form in the web interface, it says "Your password reset email has been sent", but my server isn't configured to send emails.
How can I reset my password so that I can log into the Chef server using the web interface?
chef chef-server
add a comment |
I'm running a Chef server in the cloud. I can't log into the "Chef Manage" web interface because I forgot my password.
I can still use knife to (for example) update nodes from my workstation using the server.
I can still ssh to the server using my private key. I tried running sudo private-chef-ctl password myusername
and "successfully" changed my password; however, when I try to sign in using the new password, the web interface still says "Maximum login failures reached, please reset your password."
When I submit the password reset form in the web interface, it says "Your password reset email has been sent", but my server isn't configured to send emails.
How can I reset my password so that I can log into the Chef server using the web interface?
chef chef-server
I'm running a Chef server in the cloud. I can't log into the "Chef Manage" web interface because I forgot my password.
I can still use knife to (for example) update nodes from my workstation using the server.
I can still ssh to the server using my private key. I tried running sudo private-chef-ctl password myusername
and "successfully" changed my password; however, when I try to sign in using the new password, the web interface still says "Maximum login failures reached, please reset your password."
When I submit the password reset form in the web interface, it says "Your password reset email has been sent", but my server isn't configured to send emails.
How can I reset my password so that I can log into the Chef server using the web interface?
chef chef-server
chef chef-server
asked May 17 '16 at 23:35
user22a6db72d7249user22a6db72d7249
298612
298612
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Run the following command:
$ chef-server-ctl password "USERNAME"
NewPassword
ReEnter
Important: To reset Web UI, run: chef-manage-ctl restart
add a comment |
If you are in a Linux box, you can change your email address to <user>@<hostname>
using chef-server-ctl user-edit <chef_username>
command. You can check the email via the mail
command.
A more elegant solution would be to install a smtp proxy in the same box.
add a comment |
Chef Manage is a premium feature supported by Chef Software. You can reach their support team at support@chef.io.
Chances are the CLI tools aren't set up to reset the failed login counters as generally you either use all the web tools or none of them (in which case you don't need to deal with passwords at all).
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fserverfault.com%2fquestions%2f777396%2fhow-to-reset-password-for-chef-web-server-without-email%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run the following command:
$ chef-server-ctl password "USERNAME"
NewPassword
ReEnter
Important: To reset Web UI, run: chef-manage-ctl restart
add a comment |
Run the following command:
$ chef-server-ctl password "USERNAME"
NewPassword
ReEnter
Important: To reset Web UI, run: chef-manage-ctl restart
add a comment |
Run the following command:
$ chef-server-ctl password "USERNAME"
NewPassword
ReEnter
Important: To reset Web UI, run: chef-manage-ctl restart
Run the following command:
$ chef-server-ctl password "USERNAME"
NewPassword
ReEnter
Important: To reset Web UI, run: chef-manage-ctl restart
edited May 8 at 14:28
kenorb
3,2633042
3,2633042
answered Jun 2 '16 at 18:36
McFordMcFord
511
511
add a comment |
add a comment |
If you are in a Linux box, you can change your email address to <user>@<hostname>
using chef-server-ctl user-edit <chef_username>
command. You can check the email via the mail
command.
A more elegant solution would be to install a smtp proxy in the same box.
add a comment |
If you are in a Linux box, you can change your email address to <user>@<hostname>
using chef-server-ctl user-edit <chef_username>
command. You can check the email via the mail
command.
A more elegant solution would be to install a smtp proxy in the same box.
add a comment |
If you are in a Linux box, you can change your email address to <user>@<hostname>
using chef-server-ctl user-edit <chef_username>
command. You can check the email via the mail
command.
A more elegant solution would be to install a smtp proxy in the same box.
If you are in a Linux box, you can change your email address to <user>@<hostname>
using chef-server-ctl user-edit <chef_username>
command. You can check the email via the mail
command.
A more elegant solution would be to install a smtp proxy in the same box.
answered Oct 17 '16 at 21:44
Raphael PaivaRaphael Paiva
1
1
add a comment |
add a comment |
Chef Manage is a premium feature supported by Chef Software. You can reach their support team at support@chef.io.
Chances are the CLI tools aren't set up to reset the failed login counters as generally you either use all the web tools or none of them (in which case you don't need to deal with passwords at all).
add a comment |
Chef Manage is a premium feature supported by Chef Software. You can reach their support team at support@chef.io.
Chances are the CLI tools aren't set up to reset the failed login counters as generally you either use all the web tools or none of them (in which case you don't need to deal with passwords at all).
add a comment |
Chef Manage is a premium feature supported by Chef Software. You can reach their support team at support@chef.io.
Chances are the CLI tools aren't set up to reset the failed login counters as generally you either use all the web tools or none of them (in which case you don't need to deal with passwords at all).
Chef Manage is a premium feature supported by Chef Software. You can reach their support team at support@chef.io.
Chances are the CLI tools aren't set up to reset the failed login counters as generally you either use all the web tools or none of them (in which case you don't need to deal with passwords at all).
answered May 26 '16 at 8:36
coderangercoderanger
728313
728313
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f777396%2fhow-to-reset-password-for-chef-web-server-without-email%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