From 65e83c6057c044d677238d4a5216ec4773a4f51e Mon Sep 17 00:00:00 2001 From: Takeshi Komiya Date: Sun, 6 Jul 2014 05:09:16 +0000 Subject: [PATCH 1/2] Do not enter password of transifex at command line by security reason Any command line options could be accessed by other users. `tx init` command has interaction interface. It should be used by all users by default. --- doc/intl.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/intl.rst b/doc/intl.rst index f16ffe5fb..b04c6dee8 100644 --- a/doc/intl.rst +++ b/doc/intl.rst @@ -202,10 +202,14 @@ easy to fetch and push translations. .. code-block:: bash - $ tx init --user= --pass= + $ tx init + --user= --pass= Creating .tx folder... Transifex instance [https://www.transifex.com]: ... + Please enter your transifex username: + Password: + ... Done. #. Upload pot files to transifex service From 024e8837cfe6ac8d5f6b0dd0dd00339b6f4b89cf Mon Sep 17 00:00:00 2001 From: Takeshi Komiya Date: Sun, 6 Jul 2014 06:00:47 +0000 Subject: [PATCH 2/2] Fix `tx init` command again. --- doc/intl.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/intl.rst b/doc/intl.rst index b04c6dee8..c4859d081 100644 --- a/doc/intl.rst +++ b/doc/intl.rst @@ -203,7 +203,6 @@ easy to fetch and push translations. .. code-block:: bash $ tx init - --user= --pass= Creating .tx folder... Transifex instance [https://www.transifex.com]: ...