You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lars Vierbergen
8e75482649
|
7 years ago | |
---|---|---|
Controller | 7 years ago | |
DependencyInjection | 7 years ago | |
Entity | 7 years ago | |
EventListener | 7 years ago | |
Form | 7 years ago | |
Resources | 7 years ago | |
.gitignore | 7 years ago | |
AuthserverTosBundle.php | 7 years ago | |
LICENSE.md | 7 years ago | |
README.md | 7 years ago | |
composer.json | 7 years ago | |
composer.lock | 7 years ago |
README.md
Authserver: Terms of Service plugin
This Authserver plugin that requires users to accept some terms of service before they can use their account.
Installation
./plugin.sh install vierbergenlars/authserver-tos-bundle
For more details, see the Authserver plugin documentation.
Configuration
You can configure the bundle in the authserver app/config/parameters.yml
file.
Set tos.url
to a link to your terms of service.
Set tos.version
to the version of your terms of service. This number should be increased every time the terms of service change, so users get prompted to accept the new terms. The version of the latest accepted version is stored per user. If the stored number is lower than the configured version, the user is prompted.