Skip to content

Add documentation for password reset enforcer and update 7.3.0 release note#6053

Merged
NipuniBhagya merged 5 commits intowso2:masterfrom
NipuniBhagya:release-note
Apr 20, 2026
Merged

Add documentation for password reset enforcer and update 7.3.0 release note#6053
NipuniBhagya merged 5 commits intowso2:masterfrom
NipuniBhagya:release-note

Conversation

@NipuniBhagya
Copy link
Copy Markdown
Contributor

Purpose

This pull request adds comprehensive documentation and navigation support for the new Password Reset Enforcer connector in WSO2 Identity Server. It introduces new documentation pages, updates navigation, and provides detailed setup, usage, and reference guides for the connector. Additionally, it describes enhancements to password expiry enforcement in the product release notes.

Documentation and Navigation for Password Reset Enforcer:

  • Added new documentation pages for the Password Reset Enforcer connector, including overview, setup, usage, reference, and try-it guides under en/identity-server/next/docs/connectors/password-reset-enforcer/. These pages include content from newly created includes. [1] [2] [3] [4] [5]
  • Created new include files with detailed content for the connector: overview, setup instructions, usage guide (including adaptive script example), reference (event handler configuration, enforcement scope, app native support), and a quick try-it guide. [1] [2] [3] [4] [5]
  • Updated the navigation in mkdocs.yml to add Password Reset Enforcer and its subpages under the connectors section.
  • Added the Password Reset Enforcer icon to the connector list in base.yml for improved UI representation.

Product Release Notes:

  • Updated the release notes to describe enhanced password expiry reset enforcement, including the new enforcement scope options and support for app native authentication flows.

Other Minor Changes:

  • Updated copyright year in base.yml.

Related PRs

Test environment

Security checks

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 9, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 91e41e35-e830-46a6-ac2e-a0fab1546907

📥 Commits

Reviewing files that changed from the base of the PR and between 35e4c46 and d964bc7.

⛔ Files ignored due to path filters (1)
  • en/identity-server/next/docs/assets/img/logo/password-reset-enforcer-logo.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • en/identity-server/next/mkdocs.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • en/identity-server/next/mkdocs.yml

📝 Walkthrough

Walkthrough

Added documentation and navigation entries for a new "Password Reset Enforcer" connector and updated a copyright year; created connector overview, set-up, usage, and reference pages and includes; added release notes describing enforcement scope and authentication-context behavior.

Changes

Cohort / File(s) Summary
Configuration & Navigation
en/base.yml, en/identity-server/next/mkdocs.yml
Updated copyright header to 2026; added Password Reset Enforcer nav icon and connector metadata; extended Connectors nav with links to the new connector pages.
Documentation Wrapper Pages
en/identity-server/next/docs/connectors/password-reset-enforcer/overview.md, en/identity-server/next/docs/connectors/password-reset-enforcer/reference.md, en/identity-server/next/docs/connectors/password-reset-enforcer/set-up.md, en/identity-server/next/docs/connectors/password-reset-enforcer/usage.md
Added four connector pages using templates/connector.html that include the corresponding shared include files.
Included Content Files
en/includes/connectors/password-reset-enforcer/overview.md, en/includes/connectors/password-reset-enforcer/reference.md, en/includes/connectors/password-reset-enforcer/set-up.md, en/includes/connectors/password-reset-enforcer/usage.md
Added full content: overview, deployment.toml event handler and properties, installation/setup steps, enforcement scope modes, adaptive-auth integration (passwordResetComplete), and usage guidance.
Release Notes
en/identity-server/next/docs/get-started/about-this-release.md
Added "Enhanced password expiry reset enforcement" notes describing the new "Enforce password expiry for" option, enforcement scopes, app-native support, and authentication-context property.

Possibly related PRs

Suggested reviewers

  • himeshsiriwardana
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description covers purpose and changes comprehensively but lacks required sections: Test environment and Security checks are empty/unchecked. Complete the Test environment section and verify/check the three Security checks to fully comply with the template.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main changes: adding Password Reset Enforcer documentation and updating the 7.3.0 release notes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Nitpick comments (4)
en/includes/connectors/password-reset-enforcer/try-it.md (1)

5-17: Use a numbered list for this procedure.

Lines 5–17 define ordered steps, so format them as a numbered list instead of step headings.

♻️ Suggested edit
-## Step 1: Create a sample application
-
-Create a sample application by following one of the guides under **Get started**.
-
-For example, see [Sample React SPA]({{base_path}}/get-started/try-samples/qsg-spa-react/).
-
-## Step 2: Add Password Reset Enforcer to the login flow
-
-Follow [Usage]({{base_path}}/connectors/password-reset-enforcer/usage/) to add **Password Reset Enforcer** to the application's **Login Flow**.
-
-## Step 3: Test the sign-in behavior
-
-Start a sign-in flow to the application using a user account that has an expired password. {{product_name}} redirects the user to the password reset screen before completing authentication.
+1. Create a sample application by following one of the guides under **Get started**.
+   For example, see [Sample React SPA]({{base_path}}/get-started/try-samples/qsg-spa-react/).
+
+2. Follow [Usage]({{base_path}}/connectors/password-reset-enforcer/usage/) to add **Password Reset Enforcer** to the application's **Login Flow**.
+
+3. Start a sign-in flow to the application using a user account with an expired password.
+   {{product_name}} redirects the user to the password reset screen before completing authentication.
As per coding guidelines: "Use numbered lists for procedures and ordered steps; use bulleted lists for non-sequential information."
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/includes/connectors/password-reset-enforcer/try-it.md` around lines 5 -
17, Replace the three "Step X:" headings with a single numbered list so the
procedure is formatted as an ordered sequence: convert "Step 1: Create a sample
application", "Step 2: Add Password Reset Enforcer to the login flow", and "Step
3: Test the sign-in behavior" into list items 1–3, preserving the existing text
and links (e.g., the Sample React SPA link and the Usage link) and keeping the
note about using an expired-password account; ensure numbering is sequential and
remove the individual "Step" headings.
en/includes/connectors/password-reset-enforcer/usage.md (1)

72-72: Hyphenate compound modifier.

Use "app-native" (with hyphen) when it modifies "authentication flows" to follow standard English grammar for compound adjectives.

📝 Proposed fix
-    Password Reset Enforcer supports both redirect-based and app native authentication flows.
+    Password Reset Enforcer supports both redirect-based and app-native authentication flows.

As per coding guidelines: compound modifiers should be hyphenated for clarity.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/includes/connectors/password-reset-enforcer/usage.md` at line 72, Update
the compound modifier in the sentence "Password Reset Enforcer supports both
redirect-based and app native authentication flows." by hyphenating "app native"
to "app-native" so it reads "Password Reset Enforcer supports both
redirect-based and app-native authentication flows." This change ensures the
compound adjective is grammatically correct and consistent with
"redirect-based."
en/includes/connectors/password-reset-enforcer/overview.md (1)

13-13: Use a colon to introduce the list.

When introducing a list or sequence of items, use a colon instead of a comma for clarity.

📝 Suggested fix
-How it works,
+How it works:
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/includes/connectors/password-reset-enforcer/overview.md` at line 13,
Replace the comma after the heading phrase "How it works," with a colon to
properly introduce the subsequent list or sequence; update the text in
overview.md so the line reads "How it works:" ensuring the colon is used instead
of the comma to improve clarity.
en/identity-server/next/docs/get-started/about-this-release.md (1)

330-331: Hyphenate compound modifier.

Use "app-native" (with hyphen) when it modifies "authentication flows" to follow standard English grammar for compound adjectives.

Note: This change is already included in the trailing spaces fix above.

As per coding guidelines: compound modifiers should be hyphenated for clarity.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/identity-server/next/docs/get-started/about-this-release.md` around lines
330 - 331, The phrase "app native authentication flows" should be updated to
hyphenate the compound modifier: replace occurrences of "app native
authentication flows" with "app-native authentication flows" (look for the exact
string "The Password Reset Enforcer now also supports app native authentication
flows" or the phrase "app native authentication flows" in the document) so the
compound adjective is grammatically correct; ensure spacing and trailing-space
fixes remain intact.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@en/identity-server/next/docs/get-started/about-this-release.md`:
- Around line 320-328: The release note uses inconsistent enforcement scope
names ("All organization users" and "Specific application login flows"); update
the text to match the reference.md terminology by replacing "All organization
users" with "All application login flows" and "Specific application login flows"
with "Selected application login flows" so the two bullet headings and any
related sentences (the lines containing those exact phrases) use the exact
reference.md terms for consistency.
- Around line 313-330: Remove all trailing whitespace in the Markdown content
around the "Enforce password expiry for" section and the following bullet
paragraphs (the lines ending after "Password Validation", "enabled and the
password reset enforcement feature is activated via configuration.", the bullet
lines for "All organization users (default):" and "Specific application login
flows:", and the line "The Password Reset Enforcer now also supports app
native") so the Markdown linter stops failing; locate those exact text fragments
in about-this-release.md and trim any spaces at the ends of those lines.

In `@en/includes/connectors/password-reset-enforcer/set-up.md`:
- Line 47: Fix the typo in the heading text "Enable the password reset
enforcement scope configurarion (WSO2 Identity Server 7.3 and later)" by
changing "configurarion" to "configuration" so the heading reads "Enable the
password reset enforcement scope configuration (WSO2 Identity Server 7.3 and
later) — update the heading string in the markdown file where this exact heading
occurs.

---

Nitpick comments:
In `@en/identity-server/next/docs/get-started/about-this-release.md`:
- Around line 330-331: The phrase "app native authentication flows" should be
updated to hyphenate the compound modifier: replace occurrences of "app native
authentication flows" with "app-native authentication flows" (look for the exact
string "The Password Reset Enforcer now also supports app native authentication
flows" or the phrase "app native authentication flows" in the document) so the
compound adjective is grammatically correct; ensure spacing and trailing-space
fixes remain intact.

In `@en/includes/connectors/password-reset-enforcer/overview.md`:
- Line 13: Replace the comma after the heading phrase "How it works," with a
colon to properly introduce the subsequent list or sequence; update the text in
overview.md so the line reads "How it works:" ensuring the colon is used instead
of the comma to improve clarity.

In `@en/includes/connectors/password-reset-enforcer/try-it.md`:
- Around line 5-17: Replace the three "Step X:" headings with a single numbered
list so the procedure is formatted as an ordered sequence: convert "Step 1:
Create a sample application", "Step 2: Add Password Reset Enforcer to the login
flow", and "Step 3: Test the sign-in behavior" into list items 1–3, preserving
the existing text and links (e.g., the Sample React SPA link and the Usage link)
and keeping the note about using an expired-password account; ensure numbering
is sequential and remove the individual "Step" headings.

In `@en/includes/connectors/password-reset-enforcer/usage.md`:
- Line 72: Update the compound modifier in the sentence "Password Reset Enforcer
supports both redirect-based and app native authentication flows." by
hyphenating "app native" to "app-native" so it reads "Password Reset Enforcer
supports both redirect-based and app-native authentication flows." This change
ensures the compound adjective is grammatically correct and consistent with
"redirect-based."
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 56b01a88-4313-4e98-a76f-0bbefe410eb3

📥 Commits

Reviewing files that changed from the base of the PR and between e2f0113 and dd0eee8.

📒 Files selected for processing (13)
  • en/base.yml
  • en/identity-server/next/docs/connectors/password-reset-enforcer/overview.md
  • en/identity-server/next/docs/connectors/password-reset-enforcer/reference.md
  • en/identity-server/next/docs/connectors/password-reset-enforcer/set-up.md
  • en/identity-server/next/docs/connectors/password-reset-enforcer/try-it.md
  • en/identity-server/next/docs/connectors/password-reset-enforcer/usage.md
  • en/identity-server/next/docs/get-started/about-this-release.md
  • en/identity-server/next/mkdocs.yml
  • en/includes/connectors/password-reset-enforcer/overview.md
  • en/includes/connectors/password-reset-enforcer/reference.md
  • en/includes/connectors/password-reset-enforcer/set-up.md
  • en/includes/connectors/password-reset-enforcer/try-it.md
  • en/includes/connectors/password-reset-enforcer/usage.md

Comment thread en/identity-server/next/docs/get-started/about-this-release.md Outdated
Comment thread en/identity-server/next/docs/get-started/about-this-release.md Outdated
Comment thread en/includes/connectors/password-reset-enforcer/set-up.md Outdated
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

♻️ Duplicate comments (1)
en/identity-server/next/docs/get-started/about-this-release.md (1)

329-333: ⚠️ Potential issue | 🟡 Minor

Fix hyphenation and tighten wording for readability.

Line 329 should use “app-native”. Also, the sentence spanning Lines 331-333 is long and can be simplified.

✏️ Suggested edit
-The Password Reset Enforcer now also supports app native
-authentication flows in addition to the existing redirect-based flow.
-A new property is introduced in the authentication context to track the
-password reset completion status, enabling adaptive authentication scripts
-to conditionally control subsequent steps in the flow based on the outcome.
+The Password Reset Enforcer now supports app-native authentication flows and redirect-based flows.
+A new authentication-context property tracks password reset completion status. Adaptive authentication scripts can use this value to control the next steps in the flow.

As per coding guidelines: “Use plain language and short sentences.”

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/identity-server/next/docs/get-started/about-this-release.md` around lines
329 - 333, Change “app native” to “app-native” in the sentence about the
Password Reset Enforcer, and simplify the long sentence about the new property:
split it into two shorter sentences such as stating that a new property in the
authentication context tracks password reset completion status, and that
adaptive authentication scripts can use that property to conditionally control
subsequent steps; locate these edits around the mentions of "Password Reset
Enforcer" and "authentication context".
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@en/identity-server/next/docs/get-started/about-this-release.md`:
- Around line 317-318: The sentence that currently reads "This setting becomes
available under **Login & Registration** > **Password Validation** when password
expiration is enabled and the password reset enforcement feature is activated
via configuration." should be updated to use "password expiry" instead of
"password expiration" so terminology matches the rest of the document; locate
the sentence (the one beginning "This setting becomes available under **Login &
Registration** > **Password Validation**...") and replace "password expiration"
with "password expiry", and scan the surrounding section for any other instances
of "expiration" to make them consistent with "expiry".

---

Duplicate comments:
In `@en/identity-server/next/docs/get-started/about-this-release.md`:
- Around line 329-333: Change “app native” to “app-native” in the sentence about
the Password Reset Enforcer, and simplify the long sentence about the new
property: split it into two shorter sentences such as stating that a new
property in the authentication context tracks password reset completion status,
and that adaptive authentication scripts can use that property to conditionally
control subsequent steps; locate these edits around the mentions of "Password
Reset Enforcer" and "authentication context".
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 91d1036e-89a6-4249-946e-7755e6d0951c

📥 Commits

Reviewing files that changed from the base of the PR and between dd0eee8 and 9e6f531.

📒 Files selected for processing (2)
  • en/identity-server/next/docs/get-started/about-this-release.md
  • en/includes/connectors/password-reset-enforcer/set-up.md
✅ Files skipped from review due to trivial changes (1)
  • en/includes/connectors/password-reset-enforcer/set-up.md

Comment thread en/identity-server/next/docs/get-started/about-this-release.md Outdated
@@ -0,0 +1,18 @@
# Password Reset Enforcer
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a simple logic diagram here to illustrate the enforcer.

@@ -0,0 +1,17 @@
# Try it
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page is unnecessary as it adds no new information.

priorReminderTimeInDays = "0"
```

## Step 3: Enable the authenticator (WSO2 Identity Server 7.0 and later)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't mention version names here. Since documentation is versioned, only have info related to that version. Can't we use conditions?

enable = true
```

## Step 4: Enable the password reset enforcement scope configuration (WSO2 Identity Server 7.3 and later)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as comment for the above title.

2. Enable **Password Expiration**.
3. Select the users to whom the password expiry policy should apply using **Enforce password expiry for**.

## Choose the password expiry enforcement scope
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be step 1? Or this page doesn't require steps IMO.

@@ -0,0 +1,59 @@
# Reference
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this page the titles are not clear. Can you please use verbs in the titles so the action of each section is clear?

@@ -0,0 +1,59 @@
# Reference

## Event handler configuration
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone who's not familiar with the event handler will find this confusing. Can we please add a small intro on what we are configuring here.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 4

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@en/identity-server/next/docs/get-started/about-this-release.md`:
- Line 329: Update the sentence that currently reads "The Password Reset
Enforcer now also supports app native" to use the hyphenated compound adjective
"app-native"; locate this text (the phrase "Password Reset Enforcer now also
supports app native") in the document and change it to "app-native" so it
correctly reads "The Password Reset Enforcer now also supports app-native" when
modifying "authentication flows."

In `@en/includes/connectors/password-reset-enforcer/usage.md`:
- Line 72: The sentence in the Password Reset Enforcer documentation uses "app
native authentication flows" without a hyphen; update the compound adjective to
"app-native" so the sentence reads "app-native authentication flows". Locate the
string "Password Reset Enforcer supports both redirect-based and app native
authentication flows." (in the Password Reset Enforcer usage content) and insert
the hyphen between "app" and "native" to make it "app-native"; keep the rest of
the sentence unchanged and run a quick search for any other occurrences of "app
native authentication" to apply the same fix.
- Line 8: Replace the phrase "Enable and configure password expiration in your
organization." with wording that uses the document's consistent term "password
expiry" (e.g., "Enable and configure password expiry in your organization.") so
the line matches other occurrences of "password expiry" used elsewhere in the
document.
- Line 3: The document mixes "password expiration" and "password expiry" —
standardize prose to "password expiry" throughout: replace any lowercase or
sentence-case instances of "password expiration" with "password expiry" (e.g.,
the sentence at line containing "This guide explains how to enforce password
expiration..."), but leave the exact UI label "Password Expiration" (capitalized
and bold) unchanged when it refers to the setting name; ensure every other prose
occurrence (lines that currently read "password expiration") is updated to
"password expiry" for consistency.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: f39f650b-fd7d-4793-a5cb-5abe88251a04

📥 Commits

Reviewing files that changed from the base of the PR and between 9e6f531 and 43d7e48.

⛔ Files ignored due to path filters (1)
  • en/identity-server/next/docs/assets/img/connectors/password-reset-enforcer/password-reset-enforcer-overview.png is excluded by !**/*.png
📒 Files selected for processing (6)
  • en/identity-server/next/docs/get-started/about-this-release.md
  • en/identity-server/next/mkdocs.yml
  • en/includes/connectors/password-reset-enforcer/overview.md
  • en/includes/connectors/password-reset-enforcer/reference.md
  • en/includes/connectors/password-reset-enforcer/set-up.md
  • en/includes/connectors/password-reset-enforcer/usage.md
✅ Files skipped from review due to trivial changes (4)
  • en/identity-server/next/mkdocs.yml
  • en/includes/connectors/password-reset-enforcer/overview.md
  • en/includes/connectors/password-reset-enforcer/reference.md
  • en/includes/connectors/password-reset-enforcer/set-up.md

Comment thread en/identity-server/next/docs/get-started/about-this-release.md Outdated
Comment thread en/includes/connectors/password-reset-enforcer/usage.md Outdated
Comment thread en/includes/connectors/password-reset-enforcer/usage.md Outdated
Comment thread en/includes/connectors/password-reset-enforcer/usage.md Outdated
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
en/includes/connectors/password-reset-enforcer/usage.md (1)

65-65: ⚠️ Potential issue | 🟡 Minor

Keep one term for the same concept: use “password expiry.”

Line 65 switches to “password expiration rules,” while the rest of this page uses “password expiry.”

✏️ Proposed fix
-1. Ensure the user account has an expired password based on your configured password expiration rules.
+1. Ensure the user account has an expired password based on your configured password expiry rules.
As per coding guidelines: "Use one term per concept; do not switch terminology mid-document or randomly mix expanded and abbreviated forms."
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/includes/connectors/password-reset-enforcer/usage.md` at line 65, The
document mixes terminology—replace the phrase "password expiration rules" (the
sentence "Ensure the user account has an expired password based on your
configured password expiration rules.") with "password expiry" terminology to
match the rest of the page; update it to read something like "Ensure the user
account has an expired password based on your configured password expiry rules"
and scan for any other instances of "expiration/expiration rules" and
standardize them to "expiry" to keep terminology consistent.
🧹 Nitpick comments (1)
en/includes/connectors/password-reset-enforcer/usage.md (1)

18-20: Use repository-standard login terminology consistently.

This file uses sign-in/sign in, but the repository convention is login (noun/adjective) and log in (verb). Please align those occurrences.

✏️ Proposed wording update
-- **All application login flows** (default): Applies the password expiry policy to all users during sign-in, regardless of the application they access. For applications with **Password Reset Enforcer** in the login flow, enforcement is triggered inline at the configured step and the organization-wide enforcement is skipped for those applications.
+- **All application login flows** (default): Applies the password expiry policy to all users during login, regardless of the application they access. For applications with **Password Reset Enforcer** in the login flow, enforcement is triggered inline at the configured step and the organization-wide enforcement is skipped for those applications.

-- **Selected application login flows**: Disables organization-wide password expiry enforcement. Enforces password expiry only when users sign in to applications that explicitly include **Password Reset Enforcer** in the login flow.
+- **Selected application login flows**: Disables organization-wide password expiry enforcement. Enforces password expiry only when users log in to applications that explicitly include **Password Reset Enforcer** in the login flow.

-2. Start a sign-in flow to the application.
+2. Start a login flow for the application.
Based on learnings: "Enforce the established terminology in the wso2/docs-is repository: use 'log in' as the verb and 'login' as the noun/adjective consistently across all Markdown documentation."

Also applies to: 67-67

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/includes/connectors/password-reset-enforcer/usage.md` around lines 18 -
20, The document uses inconsistent terms "sign-in"/"sign in"; update the phrases
inside the sections titled "All application login flows" and "Selected
application login flows" to use the repository-standard terminology: use "login"
for the noun/adjective and "log in" for the verb (e.g., replace "sign in" or
"sign-in" with "log in" and keep "login flows" as written); ensure all
occurrences in those two paragraphs (and the occurrence noted at line 67) are
changed to match this convention.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@en/includes/connectors/password-reset-enforcer/usage.md`:
- Line 65: The document mixes terminology—replace the phrase "password
expiration rules" (the sentence "Ensure the user account has an expired password
based on your configured password expiration rules.") with "password expiry"
terminology to match the rest of the page; update it to read something like
"Ensure the user account has an expired password based on your configured
password expiry rules" and scan for any other instances of
"expiration/expiration rules" and standardize them to "expiry" to keep
terminology consistent.

---

Nitpick comments:
In `@en/includes/connectors/password-reset-enforcer/usage.md`:
- Around line 18-20: The document uses inconsistent terms "sign-in"/"sign in";
update the phrases inside the sections titled "All application login flows" and
"Selected application login flows" to use the repository-standard terminology:
use "login" for the noun/adjective and "log in" for the verb (e.g., replace
"sign in" or "sign-in" with "log in" and keep "login flows" as written); ensure
all occurrences in those two paragraphs (and the occurrence noted at line 67)
are changed to match this convention.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: ca2d01ed-0122-49ad-9c6b-eca67d8e94b7

📥 Commits

Reviewing files that changed from the base of the PR and between 43d7e48 and 35e4c46.

📒 Files selected for processing (2)
  • en/identity-server/next/docs/get-started/about-this-release.md
  • en/includes/connectors/password-reset-enforcer/usage.md
✅ Files skipped from review due to trivial changes (1)
  • en/identity-server/next/docs/get-started/about-this-release.md

@NipuniBhagya NipuniBhagya merged commit e76ce43 into wso2:master Apr 20, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants