We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e613e44 commit fe6a190Copy full SHA for fe6a190
1 file changed
CHANGELOG.md
@@ -8,6 +8,10 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
8
* `[pre.7]` — Fixes bug with subuser checkbox display.
9
* `[pre.7]` — Fixes bug with injected JS that was causing `<!DOCTYPE html>` to be ignored in templates.
10
* `[pre.7]` — Fixes exception thrown when trying to delete a node due to a misnamed model.
11
+* `[pre.7]` — Fixes username vanishing on failed login attempts.
12
+
13
+### Added
14
+* Login attempts and pasword reset requests are now protected by invisible ReCaptcha. This feature can be disabled with a `.env` variable.
15
16
### Changed
17
* Subuser permissions are now stored in `Permission::list()` to make views way cleaner and make adding to views significantly cleaner.
0 commit comments