ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest<?xml version="1.0" encoding="UTF-8"?>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest<!--
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ The contents of this file are subject to the terms of the Common Development and
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ Distribution License (the License). You may not use this file except in compliance with the
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ License.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ specific language governing permission and limitations under the License.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~ information: "Portions copyright [year] [name of copyright owner]".
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest ~
e6c3a72a023407f5d1fface64356e1cc81f1af31Phill Cunnington ~ Copyright 2015-2016 ForgeRock AS.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest -->
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest<!DOCTYPE ServicesConfiguration
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest "jar://com/sun/identity/sm/sms.dtd">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest<ServicesConfiguration>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Service name="selfService" version="1.0">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Schema
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest serviceHierarchy="/DSAMEConfig/selfService"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nFileName="selfService"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest revisionNumber="1"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="selfService"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="self-service-description">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Organization>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <!-- General configuration -->
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceCaptchaSiteKey"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="captchaSiteKey"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="captcha.site.key">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceCaptchaSecretKey"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="captchaSecretKey"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="captcha.secret.key">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceCaptchaVerificationUrl"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="captchaVerificationUrl"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="captcha.verification.url">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>https://www.google.com/recaptcha/api/siteverify</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceKBAQuestions"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="kbaQuestions"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="kba.questions">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>1|en|What is the name of your favourite restaurant?</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>2|en|What was the model of your first car?</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>3|en|What was the name of your childhood pet?</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>4|en|What is your mother's maiden name?</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceMinimumAnswersToDefine"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="number_range" rangeStart="0" rangeEnd="30"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="minimumAnswersToDefine"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="minimum.answers.to.define">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>1</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceMinimumAnswersToVerify"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="number_range" rangeStart="0" rangeEnd="50"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="minimumAnswersToVerify"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="minimum.answers.to.verify">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>1</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceValidQueryAttributes"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="validQueryAttributes"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="valid.query.attributes">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>uid</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>sn</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>givenName</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>mail</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <!-- User registration -->
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationCaptchaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationCaptchaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.captcha.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationEmailVerificationEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationEmailVerificationEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.email.verification.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>true</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationKbaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationKbaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.kba.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationTokenTTL"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="number_range" rangeStart="0" rangeEnd="2147483647"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationTokenTTL"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.token.ttl">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>900</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationEmailSubject"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationEmailSubject"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.email.subject">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>en|Registration email</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationEmailBody"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationEmailBody"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.email.body">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <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>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationValidUserAttributes"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationValidUserAttributes"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.valid.user.attributes">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>mail</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>inetUserStatus</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>sn</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>username</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>userPassword</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>kbaInfo</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>givenName</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <!-- Forgotten password -->
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordCaptchaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordCaptchaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.captcha.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordEmailVerificationEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordEmailVerificationEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.email.verification.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>true</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordKbaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordKbaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.kba.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordTokenTTL"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="number_range" rangeStart="0" rangeEnd="2147483647"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordTokenTTL"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.token.ttl">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>900</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordEmailSubject"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordEmailSubject"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.email.subject">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>en|Forgotten password email</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordEmailBody"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordEmailBody"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.email.body">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <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>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <!-- Forgotten username -->
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameCaptchaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameCaptchaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.captcha.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameKbaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameKbaEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.kba.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameEmailUsernameEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameEmailUsernameEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.email.username.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>true</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameShowUsernameEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="boolean"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameShowUsernameEnabled"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.show.username.enabled">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </BooleanValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>false</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameTokenTTL"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="number_range" rangeStart="0" rangeEnd="2147483647"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameTokenTTL"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.token.ttl">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>900</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameEmailSubject"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameEmailSubject"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.email.subject">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>en|Forgotten username email</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameEmailBody"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameEmailBody"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.email.body">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>en|&lt;h2&gt;Your username is &lt;span style=&quot;color:blue&quot;&gt;%username%&lt;/span&gt;.&lt;/h2&gt;</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <!-- Profile management -->
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceProfileProtectedUserAttributes"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="list"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="profileProtectedUserAttributes"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="profile.protected.user.attributes">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <!-- Advanced configuration -->
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationConfirmationUrl"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="url"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationConfirmationUrl"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.confirmation.url">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@/@SERVER_URI@/XUI/#register/</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordConfirmationUrl"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="url"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordConfirmationUrl"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.confirmation.url">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@/@SERVER_URI@/XUI/#passwordReset/</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceUserRegistrationServiceConfigClass"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="userRegistrationServiceConfigClass"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="user.registration.service.config.class">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>org.forgerock.openam.selfservice.config.flows.UserRegistrationConfigProvider</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenPasswordServiceConfigClass"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenPasswordServiceConfigClass"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.password.service.config.class">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>org.forgerock.openam.selfservice.config.flows.ForgottenPasswordConfigProvider</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <AttributeSchema name="selfServiceForgottenUsernameServiceConfigClass"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest type="single"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest syntax="string"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest resourceName="forgottenUsernameServiceConfigClass"
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest i18nKey="forgotten.username.service.config.class">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest <Value>org.forgerock.openam.selfservice.config.flows.ForgottenUsernameConfigProvider</Value>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </DefaultValues>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </AttributeSchema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </Organization>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </Schema>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest </Service>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest</ServicesConfiguration>