{% extends "coprs/show.html" %} {% block title %}User Info{% endblock %} {% block header %}User Info{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}According to the GDPR (General Data Protection Regulation 2016/679 of the European Union), users have right to see all the data, that service stores about them, and also right to delete them. Read more about your rights and privacy in the Fedora Project.
It is possible to download a JSON file with a dump of all the information that Copr knows about you (e.g. list of your projects, your builds, contact information, API tokens, etc).
If you have any difficulties with generating a JSON file, please contact us, and it will be sent to your FAS email.
This will delete the information Copr knows about you, such as timezone and API tokens. However, your username and email cannot be deleted as they are tied to the FAS account. Moreover, if you wish to delete your builds/projects, you have to do so manually (possibly using the data acquired above).
You can still log in at any later time. However, you will have to create a new API token.
{% endblock %}