boston-library / bpluser

A shared Omniauth and user permission framework based on the Hydra stack.
MIT License
1 stars 0 forks source link

add recaptcha verification to user folder creation #21

Open ebenenglish opened 8 months ago

ebenenglish commented 8 months ago

To prevent spam folders which are used to advertise junk.

As a logged-in user When I am on the Folders page (/folders) And I click "+ add folder" In the Create a New Folder form There should be a recaptcha verification prompt above the "Create Folder" button

See https://github.com/boston-library/commonwealth-vlr-engine/pull/72 for how the recaptcha functionality was integrated into commonwealth-vlr-engine.

ebenenglish commented 3 months ago

We should first implement #26, then see if the spam folders problem continues.