selfService.xml revision 3ef7943a413e2f65a83b81e84a371d240298eb03
d7097a142464c500766b2cb3d564986e0a072799vboxsync<?xml version="1.0" encoding="UTF-8"?>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync<!--
d7097a142464c500766b2cb3d564986e0a072799vboxsync ~ The contents of this file are subject to the terms of the Common Development and
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ Distribution License (the License). You may not use this file except in compliance with the
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ License.
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~
d7097a142464c500766b2cb3d564986e0a072799vboxsync ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ specific language governing permission and limitations under the License.
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ information: "Portions copyright [year] [name of copyright owner]".
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync ~ Copyright 2015-2016 ForgeRock AS.
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync -->
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync<!DOCTYPE ServicesConfiguration
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync "jar://com/sun/identity/sm/sms.dtd">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync<ServicesConfiguration>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Service name="selfService" version="1.0">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Schema
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync serviceHierarchy="/DSAMEConfig/selfService"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nFileName="selfService"
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync revisionNumber="1"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="selfService"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="self-service-description">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Organization>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="KeyAliasValidator" type="validator" syntax="string">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>org.forgerock.openam.selfservice.config.KeyAliasValidator</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <!-- General configuration -->
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceEncryptionKeyPairAlias"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="encryptionKeyPairAlias"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="encryption.key.pair.alias"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync validator="KeyAliasValidator"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="0">
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <ExampleValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>selfserviceenctest</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </ExampleValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </AttributeSchema>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <AttributeSchema name="selfServiceSigningSecretKeyAlias"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="string"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="signingSecretKeyAlias"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="signing.secret.key.alias"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync validator="KeyAliasValidator"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="10">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <ExampleValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>selfservicesigntest</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </ExampleValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceCaptchaSiteKey"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="captchaSiteKey"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="captcha.site.key"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="20">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceCaptchaSecretKey"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="string"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="captchaSecretKey"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="captcha.secret.key"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="30">
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <IsOptional/>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </AttributeSchema>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <AttributeSchema name="selfServiceCaptchaVerificationUrl"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="string"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="captchaVerificationUrl"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="captcha.verification.url"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="40">
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <IsOptional/>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>https://www.google.com/recaptcha/api/siteverify</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceKBAQuestions"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="kbaQuestions"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="kba.questions"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="50">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>1|en|What is the name of your favourite restaurant?</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>2|en|What was the model of your first car?</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>3|en|What was the name of your childhood pet?</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>4|en|What is your mother's maiden name?</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceMinimumAnswersToDefine"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="number_range" rangeStart="0" rangeEnd="30"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="minimumAnswersToDefine"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="minimum.answers.to.define"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="60">
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <IsOptional/>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <DefaultValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>1</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </DefaultValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </AttributeSchema>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <AttributeSchema name="selfServiceMinimumAnswersToVerify"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="number_range" rangeStart="0" rangeEnd="50"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="minimumAnswersToVerify"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="minimum.answers.to.verify"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="70">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>1</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceValidQueryAttributes"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="validQueryAttributes"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="valid.query.attributes"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="80">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>uid</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>sn</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>givenName</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>mail</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </DefaultValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </AttributeSchema>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <!-- User registration -->
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <AttributeSchema name="selfServiceUserRegistrationEnabled"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="boolean"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="userRegistrationEnabled"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="user.registration.enabled"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="90">
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <BooleanValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </BooleanValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceUserRegistrationCaptchaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationCaptchaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.captcha.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="100">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <DefaultValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>false</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </DefaultValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </AttributeSchema>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <AttributeSchema name="selfServiceUserRegistrationEmailVerificationEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationEmailVerificationEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.email.verification.enabled"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="110">
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <IsOptional/>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <BooleanValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>true</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceUserRegistrationKbaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationKbaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.kba.enabled"
0dcab00efb68dbd44bd653d4cb18aaaef7448898vboxsync order="120">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
70fa291a159216a90eea85d879c46bf4d86ed545vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
9d4c9e0a3e2dcc3bd19303d7b4e2d96d12c11814vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
98502a585f6eda30527b54f7df18dd3de3d3d7c6vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
98502a585f6eda30527b54f7df18dd3de3d3d7c6vboxsync <AttributeSchema name="selfServiceUserRegistrationTokenTTL"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="number_range" rangeStart="0" rangeEnd="2147483647"
98502a585f6eda30527b54f7df18dd3de3d3d7c6vboxsync resourceName="userRegistrationTokenTTL"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.token.ttl"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="130">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>900</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
70fa291a159216a90eea85d879c46bf4d86ed545vboxsync <AttributeSchema name="selfServiceUserRegistrationEmailSubject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationEmailSubject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.email.subject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="140">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>en|Registration email</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceUserRegistrationEmailBody"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationEmailBody"
9d4c9e0a3e2dcc3bd19303d7b4e2d96d12c11814vboxsync i18nKey="user.registration.email.body"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="150">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
9d4c9e0a3e2dcc3bd19303d7b4e2d96d12c11814vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>en|&lt;h2&gt;Click on this &lt;a href=&quot;%link%&quot;&gt;link&lt;/a&gt; to register.&lt;/h2&gt;</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceUserRegistrationValidUserAttributes"
13f7948dbc7ae32c3e30086604ad6ade2ead3671vboxsync type="list"
13f7948dbc7ae32c3e30086604ad6ade2ead3671vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationValidUserAttributes"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.valid.user.attributes"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="160">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>mail</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>inetUserStatus</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>sn</Value>
f3701698f9d61fed78c320c3b35c64a0c63d6db1vboxsync <Value>username</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>userPassword</Value>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <Value>kbaInfo</Value>
0dcab00efb68dbd44bd653d4cb18aaaef7448898vboxsync <Value>givenName</Value>
0dcab00efb68dbd44bd653d4cb18aaaef7448898vboxsync </DefaultValues>
0dcab00efb68dbd44bd653d4cb18aaaef7448898vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <AttributeSchema name="selfServiceUserRegistrationDestination"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single_choice"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="string"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="userRegisteredDestination"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync i18nKey="user.registration.destination"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="161">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <ChoiceValues>
0dcab00efb68dbd44bd653d4cb18aaaef7448898vboxsync <ChoiceValue i18nKey="user.registration.destination.default">default</ChoiceValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <ChoiceValue i18nKey="user.registration.destination.login">login</ChoiceValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <ChoiceValue i18nKey="user.registration.destination.auto-login">auto-login</ChoiceValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </ChoiceValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>default</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
f3701698f9d61fed78c320c3b35c64a0c63d6db1vboxsync </AttributeSchema>
0dcab00efb68dbd44bd653d4cb18aaaef7448898vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <!-- Forgotten password -->
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordEnabled"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync resourceName="forgottenPasswordEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.enabled"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync order="170">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordCaptchaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenPasswordCaptchaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.captcha.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="180">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordEmailVerificationEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenPasswordEmailVerificationEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.email.verification.enabled"
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync order="190">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>true</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordKbaEnabled"
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenPasswordKbaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.kba.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="200">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordTokenTTL"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="number_range" rangeStart="0" rangeEnd="2147483647"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenPasswordTokenTTL"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.token.ttl"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="210">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>900</Value>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordEmailSubject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenPasswordEmailSubject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.email.subject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="220">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>en|Forgotten password email</Value>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordEmailBody"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenPasswordEmailBody"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.email.body"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="230">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>en|&lt;h2&gt;Click on this &lt;a href=&quot;%link%&quot;&gt;link&lt;/a&gt; to reset your password.&lt;/h2&gt;</Value>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <!-- Forgotten username -->
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenUsernameEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="240">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameCaptchaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenUsernameCaptchaEnabled"
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync i18nKey="forgotten.username.captcha.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="250">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameKbaEnabled"
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenUsernameKbaEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.kba.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="260">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameEmailUsernameEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenUsernameEmailUsernameEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.email.username.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="270">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>true</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameShowUsernameEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="boolean"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenUsernameShowUsernameEnabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.show.username.enabled"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="280">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync <BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </BooleanValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>false</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameTokenTTL"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="number_range" rangeStart="0" rangeEnd="2147483647"
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync resourceName="forgottenUsernameTokenTTL"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.token.ttl"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="290">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>900</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameEmailSubject"
dcc035155cdf232a3d79024f475c2d4448981e85vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
e9a584ee0777ab2612e206eeec264ccb1a8ce333vboxsync resourceName="forgottenUsernameEmailSubject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.email.subject"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="300">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>en|Forgotten username email</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenUsernameEmailBody"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenUsernameEmailBody"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.email.body"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="310">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>en|&lt;h2&gt;Your username is &lt;span style=&quot;color:blue&quot;&gt;%username%&lt;/span&gt;.&lt;/h2&gt;</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync <!-- Profile management -->
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceProfileProtectedUserAttributes"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="list"
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="profileProtectedUserAttributes"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="profile.protected.user.attributes"
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync order="320">
13f7948dbc7ae32c3e30086604ad6ade2ead3671vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <!-- Advanced configuration -->
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceUserRegistrationConfirmationUrl"
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync type="single"
240f7d7012a5f64bcde850bcf048531a710d81cfvboxsync syntax="url"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationConfirmationUrl"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.confirmation.url"
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync order="330">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync <DefaultValues>
240f7d7012a5f64bcde850bcf048531a710d81cfvboxsync <Value>@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@/@SERVER_URI@/XUI/?realm=${realm}#register/</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceForgottenPasswordConfirmationUrl"
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync type="single"
240f7d7012a5f64bcde850bcf048531a710d81cfvboxsync syntax="url"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="forgottenPasswordConfirmationUrl"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.confirmation.url"
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync order="340">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync <DefaultValues>
240f7d7012a5f64bcde850bcf048531a710d81cfvboxsync <Value>@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@/@SERVER_URI@/XUI/?realm=${realm}#passwordReset/</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
240f7d7012a5f64bcde850bcf048531a710d81cfvboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <AttributeSchema name="selfServiceUserRegistrationServiceConfigClass"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync syntax="string"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync resourceName="userRegistrationServiceConfigClass"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="user.registration.service.config.class"
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync order="350">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>org.forgerock.openam.selfservice.config.flows.UserRegistrationConfigProvider</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync
a483cdaf39353be16051341f24a8f32baa77c72dvboxsync <AttributeSchema name="selfServiceForgottenPasswordServiceConfigClass"
240f7d7012a5f64bcde850bcf048531a710d81cfvboxsync type="single"
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync syntax="string"
240f7d7012a5f64bcde850bcf048531a710d81cfvboxsync resourceName="forgottenPasswordServiceConfigClass"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.password.service.config.class"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="360">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync <DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <Value>org.forgerock.openam.selfservice.config.flows.ForgottenPasswordConfigProvider</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync
a483cdaf39353be16051341f24a8f32baa77c72dvboxsync <AttributeSchema name="selfServiceForgottenUsernameServiceConfigClass"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync type="single"
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync syntax="string"
5bfcc0b00664801375e3ba2d460423498d67ae1cvboxsync resourceName="forgottenUsernameServiceConfigClass"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync i18nKey="forgotten.username.service.config.class"
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync order="370">
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <IsOptional/>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync <DefaultValues>
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync <Value>org.forgerock.openam.selfservice.config.flows.ForgottenUsernameConfigProvider</Value>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </DefaultValues>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </AttributeSchema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync
0aa1ba1d1ea27baa7762e4fe891824df38697189vboxsync </Organization>
a483cdaf39353be16051341f24a8f32baa77c72dvboxsync </Schema>
b4aee06a140a74517eedd6e55625cb88bd7b3d87vboxsync </Service>
8e2451f7a9a8e6e722d2065fe0eeb5df93799c7avboxsync</ServicesConfiguration>
5bfcc0b00664801375e3ba2d460423498d67ae1cvboxsync