Github user sjcorbett commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/112#discussion_r15993884
--- Diff: docs/use/guide/management/index.md ---
@@ -175,11 +175,33 @@ This configuration could look like:
{% highlight properties %}
brooklyn.webconsole.security.users=admin
-brooklyn.webconsole.security.user.admin.password=password
+brooklyn.webconsole.security.user.admin.salt=OHDf
+brooklyn.webconsole.security.user.admin.sha256=91e16f94509fa8e3dd21c43d69cadfd7da6e7384051b18f168390fe378bb36f9
{% endhighlight %}
The `users` line should contain a comma-separated list. The special value
`*` is accepted to permit all users.
+To generate this, the brooklyn CLI can be used:
+{% highlight bash %}
+brooklyn generate-password --user admin
+
+Enter password:
+Re-enter password:
+
+Please enter the following into your brooklyn.properies:
--- End diff --
Message doesn't match real output.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---