Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sun-api & sun-ui. added privacy fields #192

Merged
merged 27 commits into from
Jun 12, 2024
Merged

sun-api & sun-ui. added privacy fields #192

merged 27 commits into from
Jun 12, 2024

Conversation

edospadoni
Copy link
Member

@edospadoni edospadoni commented Jun 11, 2024

To comply with the new GDPR and Privacy regulations, portal accounts are required to enter some important information.

This PR adds the ability to insert fields into the account profile and prevents the creation of new hotspots if these fields are not filled in.

After merge execute:

ALTER TABLE accounts ADD `privacy_name` varchar(512) AFTER `email`;
ALTER TABLE accounts ADD `privacy_vat` varchar(512) AFTER `privacy_name`;
ALTER TABLE accounts ADD `privacy_address` varchar(512) AFTER `privacy_vat`;
ALTER TABLE accounts ADD `privacy_email` varchar(512) AFTER `privacy_address`;
ALTER TABLE accounts ADD `privacy_dpo` varchar(512) AFTER `privacy_email`;
ALTER TABLE accounts ADD `privacy_dpo_mail` varchar(512) AFTER `privacy_dpo`;

@edospadoni edospadoni marked this pull request as ready for review June 12, 2024 09:29
@edospadoni edospadoni merged commit 7a7f1b6 into master Jun 12, 2024
9 checks passed
@edospadoni edospadoni deleted the privacy_refactor branch June 12, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants