Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove challenge Question Password entries #18121

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,42 +71,6 @@
"displayName": "Enable reCaptcha for password recovery",
"description": ""
},
{
"name": "Recovery.Question.Password.Enable",
"value": "false",
"displayName": "Security question based password recovery",
"description": ""
},
{
"name": "Recovery.Question.Password.MinAnswers",
"value": "2",
"displayName": "Number of questions required for password recovery",
"description": ""
},
{
"name": "Recovery.Question.Answer.Regex",
"value": ".*",
"displayName": "Security question answer regex",
"description": "Security question answer regex"
},
{
"name": "Recovery.Question.Answer.Uniqueness",
"value": "false",
"displayName": "Enforce security question answer uniqueness",
"description": "Enforce security question answer uniqueness"
},
{
"name": "Recovery.Question.Password.ReCaptcha.Enable",
"value": "true",
"displayName": "Enable reCaptcha for security questions based password recovery",
"description": "Prompt reCaptcha for security question based password recovery"
},
{
"name": "Recovery.Question.Password.ReCaptcha.MaxFailedAttempts",
"value": "2",
"displayName": "Max failed attempts for reCaptcha",
"description": ""
},
{
"name": "Recovery.Notification.Username.Enable",
"value": "false",
Expand All @@ -131,12 +95,6 @@
"displayName": "Notify when recovery success",
"description": ""
},
{
"name": "Recovery.Question.Password.NotifyStart",
"value": "false",
"displayName": "Notify when security questions based recovery starts",
"description": ""
},
{
"name": "Recovery.ExpiryTime",
"value": "1440",
Expand All @@ -149,18 +107,6 @@
"displayName": "SMS OTP expiry time",
"description": "Expiration time of the SMS OTP code for password recovery"
},
{
"name": "Recovery.Question.Password.Forced.Enable",
"value": "false",
"displayName": "Enable forced security questions",
"description": "Force users to provide answers to security questions during sign in"
},
{
"name": "Recovery.Question.MinQuestionsToAnswer",
"value": "",
"displayName": "Minimum number of forced security questions to be answered",
"description": "Force users to provide answers to security questions during sign in if user has answered lesser than this value"
},
{
"name": "Recovery.CallbackRegex",
"value": ".*",
Expand Down