0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/validation
Hannah Wolfe 4e49aeb9a0
Moved password validation into a library
- This is super specific code relating only to validating passwords.
- It's needed as a shared validator as we use other funnels to help people setup Ghost on Pro, but currently it's hard-baked into Ghost
- It's also not the greatest code. It'd be nice to be able to rework it and know that would automatically update everywhere passwords are set
2021-06-15 12:33:14 +01:00
..
index.js Moved password validation into a library 2021-06-15 12:33:14 +01:00
validate.js Removed i18n from validation modules 2021-06-15 11:30:37 +01:00
validator.js Split validation index into separate files 2021-06-14 18:18:28 +01:00