fnichol / knife-server

A Chef Knife plugin to manage Chef Servers. Bootstrap a new Chef Server on Amazon's EC2, Digital Ocean, Linode, OpenStack or a standalone server. Backup and restore your Chef Server or Hosted Chef's node, role, data bag, and environment JSON data.
http://fnichol.github.com/knife-server
Apache License 2.0
158 stars 34 forks source link

How to reset/recove the admin password? #18

Closed millisami closed 11 years ago

millisami commented 11 years ago

I've installed the chef-server and when I go to log-in and use the default password, I cannot login.

How can I reset the password of the admin user?

Chef Server

erikh commented 11 years ago

The default password is 'chefchef'. It's in the README: https://github.com/fnichol/knife-server/blob/master/README.md

millisami commented 11 years ago

Thanks.