mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +02:00
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
* Removed the password field length limitation in 'rdlogin/rdlogin.cpp'.
This commit is contained in:
parent
7817688057
commit
44eb0133c3
@ -15742,3 +15742,6 @@
|
||||
to fail to be saved when clicking the 'Save' button.
|
||||
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Incremented the package version to 2.15.3int02.
|
||||
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed the password field length limitation in
|
||||
'rdlogin/rdlogin.cpp'.
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include <rdripc.h>
|
||||
#include <rdcheck_daemons.h>
|
||||
#include <rdcmd_switch.h>
|
||||
#include <rdtextvalidator.h>
|
||||
#include <rddbheartbeat.h>
|
||||
#include <rddb.h>
|
||||
#include <dbversion.h>
|
||||
@ -97,11 +96,6 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
login_rivendell_map=new QPixmap(rivendell_xpm);
|
||||
setIcon(*login_rivendell_map);
|
||||
|
||||
//
|
||||
// Text Validator
|
||||
//
|
||||
RDTextValidator *validator=new RDTextValidator(this);
|
||||
|
||||
//
|
||||
// Ensure that the system daemons are running
|
||||
//
|
||||
@ -183,8 +177,6 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
login_password_edit=new QLineEdit(this);
|
||||
login_password_edit->setFont(line_edit_font);
|
||||
login_password_edit->setMaxLength(16);
|
||||
login_password_edit->setValidator(validator);
|
||||
login_password_edit->setEchoMode(QLineEdit::Password);
|
||||
login_password_label=new QLabel(login_password_edit,tr("&Password:"),this);
|
||||
login_password_label->setFont(small_label_font);
|
||||
|
Loading…
x
Reference in New Issue
Block a user