Repository: geode Updated Branches: refs/heads/feature/GEODE-2353 [created] a28d08142
GEODE-2353 Verify no clear-text passwords in documentation Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a28d0814 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a28d0814 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a28d0814 Branch: refs/heads/feature/GEODE-2353 Commit: a28d08142856f1e4dae2d6fd9ebe60dee2ed1dc7 Parents: fbf3f00 Author: Dave Barnes <[email protected]> Authored: Wed Jan 25 17:08:10 2017 -0800 Committer: Dave Barnes <[email protected]> Committed: Wed Jan 25 17:08:10 2017 -0800 ---------------------------------------------------------------------- geode-docs/tools_modules/gfsh/command-pages/connect.html.md.erb | 3 +-- geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/a28d0814/geode-docs/tools_modules/gfsh/command-pages/connect.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/tools_modules/gfsh/command-pages/connect.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/connect.html.md.erb index ecdbc36..16914dc 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/connect.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/connect.html.md.erb @@ -90,8 +90,7 @@ When specified, if the <code>--password</code> option is not also specified, <tr class="even"> <td><span class="keyword parmname">\-\-password</span></td> <td>The password portion of the credential to use in authentication -when connecting to the jmx-manager. -Note that this is a clear text password that may be visible to others.</td> +when connecting to the jmx-manager.</td> <td>Â </td> </tr> <tr class="odd"> http://git-wip-us.apache.org/repos/asf/geode/blob/a28d0814/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb index eb1d5df..7fb5165 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb @@ -776,7 +776,6 @@ then <code>gfsh</code> will prompt for the password. <td><span class="keyword parmname">\-\-password</span></td> <td>The password portion of the credential to use in authenticating to the cluster. -Note that this is a clear text password that may be visible to others. </td> <td></td> </tr>
