Actions
Bug #1723
closedMissing privacy consent on registration and user account page
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
๐ Thanks for taking the time to fill out this bug report! ๐
What did you expect?¶
I expect to see the privacy consent when I set the check mark for it on the register page and on the user account page.
What has happened instead?¶
There is no privacy consent on both pages.
What could be a possible solution?¶
No idea.
How can we reproduce the problem?¶
- Create some user custom fields
- Add them to the registration form
- Configure the privacy consent in the Redmine Legal Notes plugin
- Log out and navigate to the registration page
- Observe the missing privacy consent field
In what environment are you running the plugin?¶
Please copy and paste your environment information as displayed in Administration ยป Information or run bin/about
in the root dir of your Redmine instance.
What browsers are you seeing the problem on?¶
- Firefox
- Chrome
- Safari
Relevant log output¶
# Copy your log output (log/production.log) here
none
Updated by liaham over 1 year ago
- Status changed from New to In Progress
- Assignee set to liaham
This is a regression related to the changes in version 0.2.0.
The display of the privacy consent checkbox depends on the existence of a local data privacy policy. Since version 0.2.0 it is possible to link to an external policy. This won't be considered in the conditions for displaying the box.
Updated by liaham over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Updated by liaham over 1 year ago
- Related to Improvement #1724: Add a mechanism to not lock out a user without consent added
Updated by liaham over 1 year ago
- Related to Improvement #1428: Show privacy consent in user profile and register form when linked to external legal notes added
Actions