We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ca399 commit 5e75998Copy full SHA for 5e75998
1 file changed
UPGRADING.md
@@ -1,5 +1,16 @@
1
# Upgrade Guide
2
3
+## Version 1.0.0-beta.6 to 1.0.0-beta.7
4
+
5
+### Install New Config AuthToken.php
6
7
+A new Config file **AuthToken.php** has been introduced. Run `php spark shield:setup`
8
+again to install it into **app/Config/**, or install it manually.
9
10
+Then change the default settings as necessary. When using Token authentication,
11
+the default value has been changed from all accesses to be recorded in the
12
+``token_logins`` table to only accesses that fail authentication to be recorded.
13
14
## Version 1.0.0-beta.3 to 1.0.0-beta.4
15
16
### Important Password Changes
0 commit comments