Repository: geode Updated Branches: refs/heads/develop 61160bf8a -> 9ff51ea59
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/7a248556 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7a248556 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/7a248556 Branch: refs/heads/develop Commit: 7a2485565b512724ca920552f44af3d6ccff5492 Parents: 6619a3d Author: Dave Barnes <[email protected]> Authored: Wed Jan 25 17:30:05 2017 -0800 Committer: Dave Barnes <[email protected]> Committed: Wed Jan 25 17:30:05 2017 -0800 ---------------------------------------------------------------------- geode-docs/tools_modules/gfsh/command-pages/connect.html.md.erb | 2 +- geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/7a248556/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..c83d2ff 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 @@ -91,7 +91,7 @@ When specified, if the <code>--password</code> option is not also specified, <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> +</td> <td>Â </td> </tr> <tr class="odd"> http://git-wip-us.apache.org/repos/asf/geode/blob/7a248556/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 30ef7c5..086627c 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>
