Skip to content
Merged
Show file tree
Hide file tree
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Comment thread
bekah-stephens marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Comment thread
bekah-stephens marked this conversation as resolved.
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.

one typo! the last "displayed" on the page

Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@ id: Password strength
section: components
---

import '../components.css';

A **password strength indicator** is displayed to a user after they have entered a password in a field. It allows the user to understand the strength of a password after it has met the password requirements. The strength of the password is determined by a validation algorithm after the specific rules are met. Using a password strength indicator allows users to create stronger passwords, offering better protection from breaches.

## Elements

<img src="./img/password strength indicator weak.png" alt="password strength indicator weak" width="780"/>
<br/>
<img src="./img/password strength indicator medium.png" alt="password strength indicator medium" width="780"/>
<br/>
<img src="./img/password strength indicator strong.png" alt="password strength indicator strong" width="780"/>
<div class="ws-docs-content-img">![password strength indicator weak](./img/password-weak.svg)</div>
<br/>

The password strength indicator is located on the top right corner of the input field. It displays the following strength types:
1. Weak
2. Medium
3. Strong
1. Password strength: Indicates if the password used is weak or strong.
2. Toggle: Used to hide and unhide the password characters.
3. Helper text: Displays password requirements and recommendations to improve password strength.

## Behavior

Expand Down