-
Notifications
You must be signed in to change notification settings - Fork 4
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
Expose the email address of the request to its author #121
Comments
I have made the change above here. Unfortunately, the test is failing with the following stacktrace:
Here is
It seems that the issue is related to an improperly configured database. I created my test db using the command
The user Any idea what the issue could be? |
Hello there!
For a few years now, Frontex, one of the EU agencies listed on the website, has been using their own portal to respond to FOIs. However, to provide access to requests made through asktheeu, they have usually asked for the email address associated for each request, which is automatically generated by the platform. As of right now, that email address is not public. Therefore, the staff at Access Info had to resort to responding manually to every request to share that email address.
I have been looking into the best way to expose this email address, and therefore saving a bit of Access Info's time.
Originally, the idea was to simply show it in a patched version of the
_after_actions.html.erb
view. However, it seems that the email address is used to authenticate the public body:Quoting from the source code:
Therefore, I think the better approach would simply be to include the email address in a patched version of the
response_notification.text.erb
.What does everyone think of this approach?
The text was updated successfully, but these errors were encountered: