Skip to content

Commit 04cd954

Browse files
committed
add info about DebugKit.ignoreAuthorization to readme
1 parent 19a4d9e commit 04cd954

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ $this->addPlugin('DebugKit');
3838

3939
If you don't see a CakePHP icon on the bottom right of your page DebugKit is not be
4040
working correctly. Some common problems are:
41-
41+
4242
1. Your PHP environment doesn't have SQLite installed. Check your application
4343
logs to confirm if this happening. You can either configure DebugKit to use
4444
a different database, or install the PDO SQLite 3 extension.
4545
2. Your hostname needs to be added to the `DebugKit.safeTld`. If your local
4646
domain isn't a known development environment name, DebugKit will disable
4747
itself to protect a potentially non-development environment.
48+
3. If you are using the [Authorization Plugin](https://github.com/cakephp/authorization)
49+
you need to set `DebugKit.ignoreAuthorization` to `true` in your config.
4850

4951
## Reporting Issues
5052

@@ -61,5 +63,5 @@ requests](https://help.github.com/articles/using-pull-requests) or open
6163

6264
## Documentation
6365

64-
Documentation for DebugKit can be found in the
66+
Documentation for DebugKit can be found in the
6567
[CakePHP documentation](https://book.cakephp.org/debugkit/4/en/index.html).

0 commit comments

Comments
 (0)