amPasswordReset.properties revision 9bbff27a21f54d27d6215bace2899e4cb1a08bad
346N/A# $Id: amPasswordReset.properties,v 1.2 2008/06/25 05:40:36 qcheng Exp $
346N/Ap102.help.txt=The user can select from this list the question to which they would like to provide a password reset question.
346N/Ap107.help.txt=When the user successfully answers their password reset question, they are emailed a new password. This class is used to \
346N/Agenerate said password. The custom implementation can be used as must implement the following interface:<br/><br/>\
346N/Ap108.help.txt=The default implementation using email to notify the user of their new password. A custom implementation can be used \
346N/A(perhaps to inform the user using SMS). A custom interface must implement the following interface:<br/><br/>\
p110.help=Allows users to have their own <i>personal</i> password reset question
p111.help=Sets the maximum number of questions displayed on the password reset page.
p111.1.help=The user must change their password when they first login with their reset password.
p112.help=Enables account lockout functionality for users using password reset
p112.help.txt=OpenAM can track the number of failed password reset questions answered by a user over time and if a pre-defined limit is \
breached, OpenAM can lockout the users account and perform additional functions.<br/><br/><i>NB </i>This functionality \
p113.help=The maximum number of failed password reset question for a user before their account is locked.
p113.help.txt=This setting controls the maximum number of failed password reset questions a user can have during the lockout \
p114.help=The lockout interval time is in minutes.
p114.help.txt=OpenAM tracks the failed password reset question count for a user over the lockout interval.<br/><br/>For example: If \
the lockout interval is 5 minutes and the lockout count is 5; the user will have to have failed to answer a password reset question 5 times \
over the previous 5 minutes for the account to be locked. Failed attempts to answer a password reset question that occurred outside of the \
p115.help=An email address or set of email addresses that receive notifications about account lockout events.
p115.help.txt=OpenAM can be configured to send a localisable email message to a set of email addresses when account lockout \
events occur. The contents of the email message is configured using the following properties in the \
<code>amAuth.properties</code> file.<br/><ul><li><code>lockOutEmailFrom</code> : The "From" address of the email message</li>\
p116.help=Warn the user when they reach this level of failed authentications.
p116.help.txt=The user will be given a warning when they reach this level of failed password reset questions during the lockout interval.\
<br/>The text of the lockout warning is configured using the <code>lockOutWarning</code> property in the <code>amAuth.properties</code> file.
p117.help=The duration of the users account lockout, in minutes.
p117.help.txt=OpenAM can either lockout the users account indefinitely (until administration action) by setting the duration to 0, \
(the default) or OpenAM can lock the users account for a given number of minutes. After the lockout interval, the user will be able \
p118.help=Name of custom lockout attribute
p118.help.txt=When OpenAM locks an account, the <code>inetuserstatus</code> attribute in the locked account is set to Inactive. \
p119.help=Value to set in custom lockout attribute
p119.help.txt=This is the value that will be set on the custom attribute in the users profile when they account is locked.