-
is it possible to add validation to the package
like normal dropdown validation
-
Hmm. I am on Rails 5.2.2 and I just installed the devise-security gem. I'm unsure if I configured it right, but when I try to run Rails with :secure_validatable turned on, Rails returns an error:
…
-
thanks for this package!
right now if you send in a malformed request, the response isnt very user friendly
![image](https://github.com/honojs/middleware/assets/6764957/f6aa207f-0117-443b-bb2b-f…
-
### Deliverables
- [x] A repo containing at least:
- [x] the `constructors.js` file
- [x] a `.jscs` file to configure `jscs`
- [x] NO OTHER FILES!
### Requirements
- [x] Assertions Passing For P…
-
The api should be modified to include the new functionality of setting the display_name of the Adaptive module to 'knowledge_check'.
When you do this please work in a new branch and PR into master …
-
I am trying to submit the form and am having a couple of challenges:
1) The submit button is active even when you do NOT use the captcha - form tries to submit via JS (below)
~~2) If you click submi…
-
When a validator (or anyone) sends someone a message through the tasking manager, the message should forwarded to the recipient's email account. It is too easy for an occasional mapper to miss messag…
-
Currently, `Test.User@digital.cabinet-office.gov.uk` will result in an error.
Allow different case and then change to lower - for former, I think adding `A-Z` to the regular expressions will work:
h…
-
If you're using forms for handling patch requests, you have to use `validators.Optional()` at the end of your validation chain for all fields.
That said, the test that `validators.Optional()` uses …
-
Validation is wrong.
```javascript
var validator = require('validator');
console.log(validator.isEmail("+@test.com")); // true
```