*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Add form for contacting record uploaders

Merged Moser, Maximilian requested to merge mm/contact-uploader into master
1 unresolved thread
  • this is possible since we configured sending of emails from the backend
  • it replaces the current implementation of "contact uploader" that worked via "mailto" links, which was suboptimal because it exposes email addresses to the public
  • it is also optionally protected via a captcha as a simple spam prevention mechanism that also prevents accidental resubmission of the form on refresh

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
35 35 zip_safe = False
36 36 install_requires =
37 37 Flask-WebpackExt>=1.0.0
38 invenio-app-rdm>=11.0.0
39 Flask>=2.0.2
38 Invenio-App-RDM>=11.0.0
39 Flask>=2.0.2,<2.3
40 Flask-Session-Captcha>=1.3.0
  • Please register or sign in to reply
    Loading