Uh oh!
There was an error while loading. Please reload this page.
docs: reorganize (part 2) - #841
Conversation
1ee5175 to
aea4654Compare
datamweb
left a comment
There was a problem hiding this comment.
Generally good.
Only I prefer to have section acknowledgements in these documents.
| If you get `Specified key was too long` error: | ||
| 1. Use InnoDB, not MyISAM. |
There was a problem hiding this comment.
| If you get `Specified key was too long` error: | |
| 1. Use InnoDB, not MyISAM. |
There was a problem hiding this comment.
I don't think it is necessary now with the changes applied in the migration file.
| 6. Configure **app/Config/Email.php** to allow Shield to send emails. | ||
| ```php | ||
| <?php |
There was a problem hiding this comment.
Is it(<?php) added to all existing codes?
There was a problem hiding this comment.
This is a whole file of it. So it seems better to have <?php.
I don't think <?php should be added to all existing codes.
| # Authentication Flow | ||
| # Using Session Authenticator | ||
| **Session** authenticator provides traditional Email/Password authentication. |
There was a problem hiding this comment.
Email/Password It's probably a term, but my understanding of this at first glance is that Shield only supports email/password (username/password, mobile/password, etc.).
| ### Configure Remember-me Functionality | ||
| Remember-me functionality is enabled by default for the `Session` authenticator. While this is handled in a secure manner, some sites may want it disabled. You might also want to change how long it remembers a user and doesn't require additional login. | ||
| Remember-me functionality is enabled by default. While this is handled in a secure manner, some sites may want it disabled. You might also want to change how long it remembers a user and doesn't require additional login. |
There was a problem hiding this comment.
which one? Remember me
or Remember-me.
please choose one everywhere.
| > **Note** | ||
| > These filters are already loaded for you by the registrar class located at **src/Config/Registrar.php**. |
There was a problem hiding this comment.
I recently saw a video of an instructor resetting the filters(app/filters.php). Therefore, I prefer to add this issue in line 3.
| # Magic Link Login | ||
| Magic Link Login is a feature that allows users to log in if they forget their | ||
| password. |
There was a problem hiding this comment.
Or use as a one-time password.
There was a problem hiding this comment.
Using Magic Link Login as a one-time password authentication?
I don't know if it is supposed to be used for anything other than forgotten passwords.
and move a section.
and move the existing contents.
For consistency.
and move the existing content.
and move the existing contents.
For consistency.
To stand it out.
aea4654 to
10d5f4dComparekenjis
commented
Sep 19, 2023
Added Acknowledgements. |
Description
The current documentation is difficult to understand where it is written.
See #839
Online Demo: https://datamweb.github.io/shield/
Checklist: