From 853879736880d84a03f7bfacfcd7c22ddf79f37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 4 May 2009 06:04:37 +0000 Subject: [PATCH] fix some typos in documentation git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1484 44740490-163a-0410-bde0-09ae8108e29a --- modules/consentAdmin/docs/consentAdmin.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/consentAdmin/docs/consentAdmin.txt b/modules/consentAdmin/docs/consentAdmin.txt index f847143d9..20e3d2a6d 100644 --- a/modules/consentAdmin/docs/consentAdmin.txt +++ b/modules/consentAdmin/docs/consentAdmin.txt @@ -5,7 +5,7 @@ the consentAdmin module is an addon to the consent module. This emans that you can not use the consentAdmin without the consent module. If you have not installed and configured the consent module, please do. - * [How to install and configure the consent module](/conotent/consent-module) + * [How to install and configure the consent module](/content/consent-module) The consentAdmin module only works when the consent module is using a database to store the consents. @@ -17,7 +17,7 @@ The first thing you need to do is to enable the consentAdmin module: touch modules/consentAdmin/enable -Next you nedd to copy the module config file to the config directory: +Next you need to copy the module config file to the config directory: cp modules/consentAdmin/config-templates/module_config.php config @@ -46,7 +46,7 @@ module correctly, you need to set the configuration 'attributes.hash' according to the value of 'includeValues' configuration in the consent module. -You should also set the 'relaystate' configuration in orde to pass on your +You should also set the 'relaystate' configuration in order to pass on your users when the press the 'Logout' link. What does consentAdmin do -- GitLab