#include <string>
#include "../paradialog.h"
#include "../gameoptions.h"
#include "../password.h"
Include dependency graph for pwd_dlg.cpp:

Go to the source code of this file.
Functions | |
| bool | enterpassword (Password &pwd, bool firstTime, bool cancelAllowed, bool defaultAllowed) |
Definition in file pwd_dlg.cpp.
|
||||||||||||||||||||
|
opens a dialog box for entering a password.
Definition at line 154 of file pwd_dlg.cpp. References Password::empty(), PasswordDialog::getSuccess(), CGameOptions::Instance(), PasswordDialog::RunModal(), and PG_Widget::Show(). Referenced by authenticateUser(), changePassword(), k_loadmap(), and networksupervisor(). |
1.4.2