mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-19 21:04:32 -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;
|
std::string userName;
|
||||||
|
|
||||||
#ifdef RS_USE_PGPSSL
|
#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....
|
/* get all available pgp private certificates....
|
||||||
* mark last one as default.
|
* mark last one as default.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
std::list<std::string> accountIds;
|
std::list<std::string> accountIds;
|
||||||
std::list<std::string>::iterator it;
|
std::list<std::string>::iterator it;
|
||||||
std::string preferedId;
|
std::string preferedId;
|
||||||
|
Loading…
Reference in New Issue
Block a user