docs(invitation.md): new words

This commit is contained in:
tigattack 2020-06-18 18:19:24 +01:00 committed by GitHub
parent c23646e6f3
commit a05f841bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Invitation Stage # Invitation Stage
This stage can be used to invite users. You can use this enroll users with preset values. This stage can be used to invite users. You can use this to enroll users with preset values.
If the option `Continue Flow without Invitation`, this stage will continue when no invitation token is present. If the option `Continue Flow without Invitation` is enabled, this stage will continue even when no invitation token is present.
If you want to check if a user has used an invitation within a policy, you can check `request.context.invitation_in_effect`. To check if a user has used an invitation within a policy, you can check `request.context.invitation_in_effect`.