Moti Asayag has uploaded a new change for review. Change subject: core: Add login action group to NetworkUser role ......................................................................
core: Add login action group to NetworkUser role For the sake of consistency with the other predefined roles, the NetworkUser is being extended with Login action group (code 1300). Therefore with this patch users with NetworkUser role only will be capable to login into the User Portal. Change-Id: Ib31ebaeabbe4f3b8bebae09dd451f9ef8b507e47 Bug-Url: https://bugzilla.redhat.com/894698 Signed-off-by: Moti Asayag <[email protected]> --- A backend/manager/dbscripts/upgrade/03_02_0400_add_login_permission_to_network_user_role.sql 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/11672/1 diff --git a/backend/manager/dbscripts/upgrade/03_02_0400_add_login_permission_to_network_user_role.sql b/backend/manager/dbscripts/upgrade/03_02_0400_add_login_permission_to_network_user_role.sql new file mode 100644 index 0000000..1e89ba1 --- /dev/null +++ b/backend/manager/dbscripts/upgrade/03_02_0400_add_login_permission_to_network_user_role.sql @@ -0,0 +1,2 @@ +-- Add Login Permission +select fn_db_add_action_group_to_role('DEF0000A-0000-0000-0000-DEF000000010', 1300); -- To view, visit http://gerrit.ovirt.org/11672 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib31ebaeabbe4f3b8bebae09dd451f9ef8b507e47 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
