0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/lib
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
..
common Removed unused onMany method from events 2021-05-04 13:28:24 +01:00
image Moved getLocalSize() from mobiledoc to image-size lib 2021-05-14 11:57:37 +01:00
ghost-version.js Revert "Added @root-utils to the ghost-version module" 2021-06-14 18:42:40 +01:00
mobiledoc.js Moved getLocalSize() from mobiledoc to image-size lib 2021-05-14 11:57:37 +01:00
request-external.js Reverted to previous user-agent for bookmark and oembed requests 2020-06-15 16:02:04 +01:00
request.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
validate-password.js Moved password validation into a library 2021-06-15 12:33:14 +01:00