mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2020-11-24 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'USERS.ADMIN_USERS_PRIV' field from the database. * Added a 'USERS.ADMIN_RSS_PRIV' field to the database. * Incremented the database version to 346. * Added 'RDUser:adminRss()' and 'RDUser::setAdminRss()' methods. * Added an 'Administer RSS Feeds' checkbox to the 'Administrative Rights' section of the 'User' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 28 KiB |
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 49 KiB |
@@ -16,6 +16,7 @@ ENABLE_WEB enum('N','Y')
|
||||
LOCAL_AUTH enum('N','Y')
|
||||
PAM_SERVICE varchar(32)
|
||||
ADMIN_CONFIG_PRIV enum('N','Y')
|
||||
ADMIN_RSS_PRIV enum('N','Y')
|
||||
CREATE_CARTS_PRIV enum('N','Y')
|
||||
DELETE_CARTS_PRIV enum('N','Y')
|
||||
MODIFY_CARTS_PRIV enum('N','Y')
|
||||
|
Reference in New Issue
Block a user