-
Notifications
You must be signed in to change notification settings - Fork 136
simplify docs in quickstart - managing user #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/quickstart.md
Outdated
@@ -254,8 +254,7 @@ if ($user->inGroup('admin', 'beta')) { | |||
|
|||
## Managing Users | |||
|
|||
Shield uses a more complex user setup than many other systems, separating [User Identities](concepts.md#identities) from the user accounts themselves. This quick overview should help you feel more confident when working with users on a day-to-day basis. | |||
Since Shield uses a more complex user setup than many other systems, due to the [User Identities](concepts.md#user-identities), this quick overview should help you feel more confident when working with users on a day-to-day basis. | |||
Since Shield uses a more complex user setup than many other systems, separating [User Identities](concepts.md#identities) from the user accounts themselves, this quick overview should help you feel more confident when working with users on a day-to-day basis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since Shield uses a more complex user setup than many other systems, separating [User Identities](concepts.md#identities) from the user accounts themselves, this quick overview should help you feel more confident when working with users on a day-to-day basis. | |
Since Shield uses a more complex user setup than many other systems, separating [User Identities](concepts.md#user-identities) from the user accounts themselves, this quick overview should help you feel more confident when working with users on a day-to-day basis. |
Please sign your commit. |
@kenjis sorry for missing signed commit before. Is the latest signed commit enough, or should I create new PR with only signed commit? |
We need all your commits to be signed. You don't need to create new PR, but if it is difficult to sign all commits in this PR, |
6f310a4
to
29fce40
Compare
29fce40
to
4bd436b
Compare
Closed by #421 |
remove repeated explanation.