diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-01-13 23:20:17 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-01-13 23:20:17 +0100 |
commit | 7509fb00021a0c550cee91d2feb27c1137dde916 (patch) | |
tree | bfc573c258d24cb73bdcd06ccc6459c4693121bc /data | |
parent | c94be4761a3182b212cf0d507974e200e8e020e8 (diff) | |
download | poezio-7509fb00021a0c550cee91d2feb27c1137dde916.tar.gz poezio-7509fb00021a0c550cee91d2feb27c1137dde916.tar.bz2 poezio-7509fb00021a0c550cee91d2feb27c1137dde916.tar.xz poezio-7509fb00021a0c550cee91d2feb27c1137dde916.zip |
Prompt password if no password is provided in config file
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 18493968..662fb44e 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -28,6 +28,7 @@ default_nick = jid = # A password is needed only if you specified a jid. It will be ignored otherwise +# If you leave this empty, the password will be asked at each startup password = # the rooms you will join automatically on startup, with associated nickname or not |