Change the auto-login warning message accordign to Cyril suggestion

This commit is contained in:
Gio 2016-12-14 14:25:43 +01:00
parent 7c35411a8f
commit f618abefdf

View File

@ -151,5 +151,5 @@ sqlcipher:DEFINES -= NO_SQLCIPHER
no_sqlcipher:DEFINES *= NO_SQLCIPHER no_sqlcipher:DEFINES *= NO_SQLCIPHER
rs_autologin { rs_autologin {
DEFINES *= RS_AUTOLOGIN DEFINES *= RS_AUTOLOGIN
warning(You have enabled RetroShare autologin this is strongly discouraged as it may compromise your node security in multiple ways) warning(You have enabled RetroShare auto-login, this is discouraged. The usage of auto-login on some linux distributions may allow someone having access to your session to steal the SSL keys of your node location and therefore compromise your security)
} }