Add password strength announcement, changelog, docs#3045
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Function scopes give you fine-grained control over API permissions |
Greptile SummaryThis PR introduces the Password strength feature announcement across the Appwrite website — a blog post, a changelog entry, updated docs, and two new
Confidence Score: 5/5This PR is safe to merge — it is purely additive content (blog post, changelog, and doc updates) with no logic changes. All changes are static content: new Markdoc files and partial doc edits. There is no code that could break at runtime, and internal links and anchors are consistent across the blog post, changelog, and security partial. The Important Files Changed
Reviews (3): Last reviewed commit: "update author" | Re-trigger Greptile |
| "static/images/blog/announcing-password-strength/cover.png": "7c89767542b5d33e1127c0c18da4034206d6b3a16940b13f8498219177a89793", | ||
| "static/images/blog/announcing-password-strength/password-strength.png": "a7be43cb33eb329eea4d62008d05426d9327cb6fe6bd3de47fa588db5db03458", |
There was a problem hiding this comment.
The cache entries reference
.png extensions, but the actual image files added in this PR are .avif format (cover.avif and password-strength.avif). If the optimize script uses this cache to skip reprocessing, it will never find these two keys (because no .png files exist), causing the .avif files to be re-processed on every run, or potentially failing if the script expects to cache every tracked asset.
| "static/images/blog/announcing-password-strength/cover.png": "7c89767542b5d33e1127c0c18da4034206d6b3a16940b13f8498219177a89793", | |
| "static/images/blog/announcing-password-strength/password-strength.png": "a7be43cb33eb329eea4d62008d05426d9327cb6fe6bd3de47fa588db5db03458", | |
| "static/images/blog/announcing-password-strength/cover.avif": "7c89767542b5d33e1127c0c18da4034206d6b3a16940b13f8498219177a89793", | |
| "static/images/blog/announcing-password-strength/password-strength.avif": "a7be43cb33eb329eea4d62008d05426d9327cb6fe6bd3de47fa588db5db03458", |


What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)