selfService.properties revision 3ef7943a413e2f65a83b81e84a371d240298eb03
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# The contents of this file are subject to the terms of the Common Development and
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Distribution License (the License). You may not use this file except in compliance with the
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# specific language governing permission and limitations under the License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# When distributing Covered Software, include this CDDL Header Notice in each file and include
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Header, with the fields enclosed by brackets [] replaced by your own identifying
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# information: "Portions copyright [year] [name of copyright owner]".
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Copyright 2015-2016 ForgeRock AS.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterself-service-description=User Self Service
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# general configuration
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterencryption.key.pair.alias=Encryption Key Pair Alias
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterencryption.key.pair.alias.help=Must refer to a valid key in the configured servers keystore (test alias from default JCEKS keystore: selfserviceenctest)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fostersigning.secret.key.alias=Signing Secret Key Alias
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fostersigning.secret.key.alias.help=Must refer to a valid key in the configured servers keystore (test alias from default JCEKS keystore: selfservicesigntest)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fostercaptcha.site.key=Google Re-captcha Site Key
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fostercaptcha.secret.key=Google Re-captcha Secret Key
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fostercaptcha.verification.url=Google Re-captcha Verification URL
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterkba.questions=Security Questions
7bc61ce1d67642c853b71554f3dc11aac8019035Mark de Reeperkba.questions.help=Format is: unique key, vertical bar, locale, vertical bar, question
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterminimum.answers.to.define=Minimum Answers to Define
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Majorminimum.answers.to.define.help=Number of security questions the user must provide during registration
505445259010027ce6eb685ea93b8a09aa67fd5dMark de Reeperminimum.answers.to.verify=Minimum Answers to Verify
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterminimum.answers.to.verify.help=Number of security answers the user must provide during the forgotten flows
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fostervalid.query.attributes=Valid Query Attributes
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fostervalid.query.attributes.help=White list of user attributes allowed during user query
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Major
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk# user registration
91809f12dede993bae2653ba508592c5488b7494David Lunauser.registration.enabled=User Registration
91809f12dede993bae2653ba508592c5488b7494David Lunauser.registration.captcha.enabled=Captcha
91809f12dede993bae2653ba508592c5488b7494David Lunauser.registration.email.verification.enabled=Email Verification
91809f12dede993bae2653ba508592c5488b7494David Lunauser.registration.kba.enabled=Security Questions
91809f12dede993bae2653ba508592c5488b7494David Lunauser.registration.token.ttl=Token Lifetime (seconds)
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkuser.registration.email.subject=Outgoing Email Subject
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Majoruser.registration.email.subject.help=Format is locale, vertical bar, subject text
9dc8647c0f959a39e03951429ba362936f5f7618Robert Wapshottuser.registration.email.body=Outgoing Email Body
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosteruser.registration.email.body.help=Format is: locale, vertical bar, body text
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Majoruser.registration.valid.user.attributes=Valid Creation Attributes
91809f12dede993bae2653ba508592c5488b7494David Lunauser.registration.valid.user.attributes.help=White list of user attributes allowed to be set during user creation
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosteruser.registration.destination=Destination After Successful Self-Registration
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosteruser.registration.destination.default=User sent to 'successful registration' page
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Majoruser.registration.destination.login=User sent to login page
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkuser.registration.destination.auto-login=User is automatically logged in
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk# forgotten password
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.enabled=Forgotten Password
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.captcha.enabled=Captcha
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.email.verification.enabled=Email Verification
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.kba.enabled=Security Questions
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.token.ttl=Token Lifetime (seconds)
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.email.subject=Outgoing Email Subject
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.email.subject.help=Format is: locale, vertical bar, subject text
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.email.body=Outgoing Email Body
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.password.email.body.help=Format is: locale, vertical bar, body text
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk# forgotten username
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.username.enabled=Forgotten Username
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.username.captcha.enabled=Captcha
baaed411ab408955d7c976883c7ab76392b85acejeff.schenkforgotten.username.kba.enabled=Security Questions
forgotten.username.email.username.enabled=Email Username
forgotten.username.show.username.enabled=Show Username
forgotten.username.token.ttl=Token LifeTime (seconds)
forgotten.username.email.subject=Outgoing Email Subject
forgotten.username.email.subject.help=Format is: locale, vertical bar, subject text
forgotten.username.email.body=Outgoing Email Body
forgotten.username.email.body.help=Format is: locale, vertical bar, body text
# profile management
profile.protected.user.attributes=Protected Update Attributes
profile.protected.user.attributes.help=Protected attributes will force re-authentication during user update
# advanced configuration
user.registration.confirmation.url=User Registration Confirmation Email URL
user.registration.confirmation.url.help=Realm ${realm} is replaced with the current realm
forgotten.password.confirmation.url=Forgotten Password Confirmation Email URL
forgotten.password.confirmation.url.help=Realm ${realm} is replaced with the current realm
user.registration.service.config.class=User Registration Service Config Provider Class
forgotten.password.service.config.class=Forgotten Password Service Config Provider Class
forgotten.username.service.config.class=Forgotten Username Service Config Provider Class