preference |
name |
description |
admin |
rating_allow_multi_votes
|
Multiple votes per user
|
Allow users to vote multiple times in the same poll.
|
|
rating_default_options
|
Default rating options
|
List of options available.
|
|
rating_options_reversed
|
Reversed Rating Options
|
Displays the ratings options in reverse.
|
|
rating_recalculation
|
Rating recalculation mode
|
Determines when and how rating aggregates are recalculated. Depending on the site load, some options may be preferred to others. On large-volume sites, it should be done as a cron job. On vote recalculation, there may be inaccuracies if rating calculation is time-dependent.
|
|
rating_recalculation_count
|
Recalculation count
|
How many ratings should be recalculated when odds strike.
|
|
rating_recalculation_odd
|
Recalculation odds (1 in X)
|
Dice roll performed on every request. When successful, will recalculate a certain number of votes.
|
|
rating_results_detailed
|
Detailed rating results
|
Displays a table with the result count and percentage per rating option.
|
|
rating_results_detailed_percent
|
Include percentages in the detailed rating results
|
Include percentages in the detailed rating results. Otherwise, only count numbers and bars are shown.
|
|
rating_smileys
|
Smiley Ratings
|
Displays smiley faces or emojis in a simple ratings system with an easy-to-use interface. Works with 0-11 only, depending on the configuration.
|
|
recaptcha_enabled
|
Use reCAPTCHA
|
Use reCAPTCHA, a specialized captcha service, instead of default CAPTCHA
|
|
recaptcha_privkey
|
Secret key
|
reCAPTCHA private key obtained after registering.
|
|
recaptcha_pubkey
|
Site key
|
reCAPTCHA public key obtained after registering.
|
|
recaptcha_theme
|
reCAPTCHA theme
|
Choose a theme for the reCAPTCHA widget.
|
|
recaptcha_version
|
Version
|
reCAPTCHA version.
|
|
record_untranslated
|
Record untranslated strings
|
Keep track of the unsuccessful attemps to translate strings.
|
|
registerKey
|
Registration page key
|
To register, users need to go to, for example: tiki-register.php?key=yourregistrationkeyvalue
|
|
registerPasscode
|
Passcode
|
|
|
rememberme
|
Remember me
|
After logging in, users will automatically be logged in again when they leave and return to the site.
|
|
remembertime
|
Duration
|
The length of time before the user will need to log in again.
|
|
restrict_language
|
Restrict supported languages
|
Limit the languages made available on the site.
|
|
rowImagesGalleries
|
Images per row
|
|
|
saml_advanced_authn_request_signed
|
Sign AuthnRequest
|
The samlp:AuthnRequest messages sent by this SP will be signed
|
|
saml_advanced_debug
|
Debug Mode
|
Enable debug mode when your are debugging the SAML workflow. Errors and warnings will be showed..
|
|
saml_advanced_idp_lowercase_url_encoding
|
Enable Lowercase URL encoding
|
Some IdPs such as ADFS can use lowercase URL encoding, but the plugin expects uppercase URL encoding, so enable it to fix incompatibility issues..
|
|
saml_advanced_logout_request_signed
|
Sign LogoutRequest
|
The samlp:logoutRequest messages sent by this SP will be signed
|
|
saml_advanced_logout_response_signed
|
Sign LogoutResponse
|
The samlp:logoutResponse messages sent by this SP will be signed
|
|
saml_advanced_metadata_signed
|
Sign Metadata
|
The Metadata published by this SP will be signed
|
|
saml_advanced_nameid_encrypted
|
Encrypt nameID
|
|
|
saml_advanced_nameidformat
|
Requested NameIDFormat
|
Specifies constraints on the name identifier to be used to represent the requested subject.
|
|
saml_advanced_requestedauthncontext
|
Requested AuthnContext
|
Authentication context: unselect all to accept any type, otherwise select the valid contexts.
|
|
saml_advanced_retrieve_parameters_from_server
|
Retrieve Parameters From Server
|
Sometimes when the app is behind a firewall or proxy, the query parameters can be modified an this affects the signature validation process on HTTP-Redirect binding. Active this when you noticed signature validation failures, the plugin will try to extract the original query parameters.
|
|
saml_advanced_sign_algorithm
|
Signature Algorithm
|
Algorithm that the toolkit will use on the signing process
|
|
saml_advanced_sp_entity_id
|
Service Provider Entity ID
|
Set the Entity ID for the service provider. It is recommended to set as the SP Entity ID the URL where the metadata of the service provider is published. If not provided, the toolkit will use "php-saml" as the SP entityID.
|
|
saml_advanced_sp_privatekey
|
Service Provider Private Key
|
Private key of the SP
|
|
saml_advanced_sp_x509cert
|
Service Provider X.509 certificate
|
Public x509 certificate of the SP
|
|
saml_advanced_strict
|
Strict Mode
|
Always enable strict mode on production websites. When strict mode is enabled, then Tiki will reject unsigned or unencrypted messages if it expects them to be signed or encrypted.
Also Tiki will reject messages that do not strictly follow the SAML standard: Destination, NameId, Conditions . . . are also validated.
|
|
saml_advanced_want_assertion_encrypted
|
Reject Unencrypted Assertions
|
Reject unencrypted saml:Assertion received
|
|
saml_advanced_want_assertion_signed
|
Reject Unsigned Assertions
|
Reject unsigned saml:Assertion received
|
|
saml_advanced_want_message_signed
|
Reject Unsigned Messages
|
Reject unsigned samlp:Response, samlp:LogoutRequest and samlp:LogoutResponse received
|
|
saml_attrmap_group
|
SAML attribute that will be mapped to the Tiki group
|
The SAML attribute that will be mapped to the Tiki email. For example the eduPersonAffiliation
|
|
saml_attrmap_mail
|
SAML attribute that will be mapped to the Tiki email
|
The SAML attribute that will be mapped to the Tiki email.
|
|
saml_attrmap_username
|
SAML attribute that will be mapped to the Tiki username
|
The SAML attribute that will be mapped to the Tiki username.
|
|
saml_auth_enabled
|
Enable SAML Auth
|
|
|
saml_groupmap_admins
|
Admins
|
Set here the values of the IdP related to the user group info that will be matched with the Admins group.
|
|
saml_groupmap_registered
|
Registered
|
Set here the values of the IdP related to the user group info that will be matched with the Registered group.
|
|
saml_idp_entityid
|
IdP Entity Id
|
Identifier of the IdP entity ("Issuer")
|
|
saml_idp_slo
|
Single log-out service URL
|
SLO endpoint info of the IdP, the URL target of the IdP where the SP will send the SLO Request ("SLO Endpoint (HTTP)")
|
|
saml_idp_sso
|
Single sign-on service URL
|
SSO endpoint info of the IdP, the URL target of the IdP where the SP will send the Authentication Request ("SAML 2.0 Endpoint (HTTP)")
|
|
saml_idp_x509cert
|
X.509 certificate
|
Public x509 certificate of the IdP. ("X.509 certificate")
|
|
saml_option_account_matcher
|
Account matcher
|
Select the field to be used to find the user account. If the "email" field is selected, keep in mind that if users change their email address, then the link with the IdP account will be lost.
|
|