mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 12:24:22 -05:00
hide ssl password when logging in
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0a28f35eea
commit
ee99a37502
@ -72,10 +72,14 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
|
||||
std::string userName;
|
||||
|
||||
#ifdef RS_USE_PGPSSL
|
||||
|
||||
//comment those to show the ssl password dialog
|
||||
ui.loadPasswd->hide();
|
||||
ui.label_4->hide();
|
||||
|
||||
/* get all available pgp private certificates....
|
||||
* mark last one as default.
|
||||
*/
|
||||
|
||||
std::list<std::string> accountIds;
|
||||
std::list<std::string>::iterator it;
|
||||
std::string preferedId;
|
||||
|
Loading…
Reference in New Issue
Block a user