mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 15:45:59 +01:00
2018-05-07 Fred Gleason <fredg@paravelsystems.com>
* Added a 'USERS.WEBGET_LOGIN_PRIV' field to the database. * Incremented the database version to 277. * Added 'RDUser::webgetLogin()' and 'RDUser::setWebgetLogin()' methods. * Added a 'Allow WebGet Login' control in the 'Production Rights' section of the 'User' dialog in rdadmin(1).
This commit is contained in:
@@ -77,6 +77,7 @@ class EditUser : public QDialog
|
||||
QCheckBox *user_modify_carts_button;
|
||||
QCheckBox *user_edit_audio_button;
|
||||
QCheckBox *user_voicetrack_log_button;
|
||||
QCheckBox *user_webget_login_button;
|
||||
QCheckBox *user_create_log_button;
|
||||
QCheckBox *user_delete_log_button;
|
||||
QCheckBox *user_delete_rec_button;
|
||||
@@ -111,6 +112,7 @@ class EditUser : public QDialog
|
||||
QLabel *user_edit_podcast_label;
|
||||
QLabel *user_delete_podcast_label;
|
||||
QLabel *user_voicetrack_log_label;
|
||||
QLabel *user_webget_login_label;
|
||||
RDUser *user_user;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user