Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
03ba908f
Commit
03ba908f
authored
10 years ago
by
Georg Gollmann
Browse files
Options
Downloads
Patches
Plain Diff
Fix a bunch of documentation typos
Fix a bunch of typos in the documentation of the consent module
parent
a0b636d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/consent/docs/consent.txt
+8
-8
8 additions, 8 deletions
modules/consent/docs/consent.txt
with
8 additions
and
8 deletions
modules/consent/docs/consent.txt
+
8
−
8
View file @
03ba908f
...
@@ -35,7 +35,7 @@ consent module:
...
@@ -35,7 +35,7 @@ consent module:
touch modules/consent/enable
touch modules/consent/enable
The simplest way
f
to setup the consent module is to not use any storage at
The simplest way to setup the consent module is to not use any storage at
all. This means that the user will always be asked to give consent each time
all. This means that the user will always be asked to give consent each time
the user logs in.
the user logs in.
...
@@ -66,7 +66,7 @@ Example:
...
@@ -66,7 +66,7 @@ Example:
### Using a database as storage ###
### Using a database as storage ###
In order to use
th
a database backend storage, you first need to setup the
In order to use a database backend storage, you first need to setup the
database.
database.
Here is the initialization SQL script:
Here is the initialization SQL script:
...
@@ -89,7 +89,7 @@ The `consent:Database` backend storage has the following options
...
@@ -89,7 +89,7 @@ The `consent:Database` backend storage has the following options
: Data Source Name must comply to the syntax for the PHP PDO layer.
: Data Source Name must comply to the syntax for the PHP PDO layer.
`username`
`username`
: Username for the database user to be used for the connectio.
: Username for the database user to be used for the connectio
n
.
`password`
`password`
: Password for the database user used for the connection.
: Password for the database user used for the connection.
...
@@ -139,19 +139,19 @@ The following options can be used when configuring the Consent module
...
@@ -139,19 +139,19 @@ The following options can be used when configuring the Consent module
`checked`
`checked`
: Boolean value that indicate whether the "Remember" consent checkbox is
: Boolean value that indicate whether the "Remember" consent checkbox is
checkd by default. This option is optional and defaults to FALSE.
check
e
d by default. This option is optional and defaults to FALSE.
`focus`
`focus`
: Indicates whether the "Yes" or "No" button is in f
u
cus by default. This
: Indicates whether the "Yes" or "No" button is in f
o
cus by default. This
option is optional and can take the value 'yes' or 'no' as strings. If
option is optional and can take the value 'yes' or 'no' as strings. If
omitted neither will recive focus.
omitted neither will rec
e
ive focus.
`store`
`store`
: Configuration of the Consent storage backend. The store option is given in
: Configuration of the Consent storage backend. The store option is given in
the format <module>:<class> and refers to the class
the format <module>:<class> and refers to the class
sspmod_<module>_Consent_Store_<class>. The consent module comes with two
sspmod_<module>_Consent_Store_<class>. The consent module comes with two
build in storages backends 'consnet:Cookie' and 'consent:Database'. See
build in storages backends 'consnet:Cookie' and 'consent:Database'. See
sep
e
rate section on setting up consent using different storage methods.
sep
a
rate section on setting up consent using different storage methods.
This option is optional. If option is not set, then the user is asked to
This option is optional. If option is not set, then the user is asked to
consent, but the consent is not saved.
consent, but the consent is not saved.
...
@@ -271,7 +271,7 @@ These values will be listed as an bullet list
...
@@ -271,7 +271,7 @@ These values will be listed as an bullet list
)
)
)
)
This array ha
we
two child array. These will be listed in two separate sub
This array ha
s
two child array
s
. These will be listed in two separate sub
tables.
tables.
Array (
Array (
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment