diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-29 07:44:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-29 07:44:19 +0100 |
commit | de35dbab9993dbd7362b5cbfefd524e87a902216 (patch) | |
tree | 2d5338b5bb9c43bf647e063a56c2850c78a61452 /doc/es | |
parent | 6a289e2e828fa489d4f317b69dfb78275f7b6f80 (diff) | |
download | weechat-de35dbab9993dbd7362b5cbfefd524e87a902216.zip |
doc: add secured data in quickstart guide
Diffstat (limited to 'doc/es')
-rw-r--r-- | doc/es/weechat_quickstart.es.asciidoc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/es/weechat_quickstart.es.asciidoc b/doc/es/weechat_quickstart.es.asciidoc index a51fdc454..611eab174 100644 --- a/doc/es/weechat_quickstart.es.asciidoc +++ b/doc/es/weechat_quickstart.es.asciidoc @@ -184,6 +184,32 @@ with nickserv (only if you don't use SASL for authentication): [NOTE] Many commands in option 'command' can be separated by ';' (semi-colon). +// TRANSLATION MISSING +If you want to protect your password in configuration files, you can use +secured data. + +// TRANSLATION MISSING +First setup a passphrase: + +---- +/secure passphrase this is my secret passphrase +---- + +// TRANSLATION MISSING +Then add a secured data with your freenode password: + +---- +/secure set freenode_password xxxxxxx +---- + +// TRANSLATION MISSING +Then you can use `${sec.data.freenode_password}` instead of your password in +IRC options mentioned above, for example: + +---- +/set irc.server.freenode.sasl_password "${sec.data.freenode_password}" +---- + Para unirse automáticamente a canales cuando el servidor se conecte: ---- |