Skip to content

Commit 440a7be

Browse files
authored
docs: update password restriction (#495)
* docs: update password restriction * docs: update password doc * update * update
1 parent aa7d4a7 commit 440a7be

File tree

7 files changed

+13
-3
lines changed

7 files changed

+13
-3
lines changed

content/docs/administration/password.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ feature_name: PASSWORD
55

66
This document explains the **Password Restriction** on Bytebase accounts.
77

8-
When signing up for an account, you must follow these restrictions:
8+
## Default restriction
9+
10+
When signing up for an account, whether you're an Enterprise Plan or Community plan user, you must follow these default restrictions:
911

1012
- Minimum length for password should no less than 8 characters
1113
- The password must contain at least one letter, regardless of upper case or lower case
@@ -18,6 +20,14 @@ You can toggle the visibility of your password by clicking the eye icon on the i
1820

1921
![pwd-violate](/content/docs/administration/password/pwd-violate.webp)
2022

21-
The restrictions above can be seen when your mouse hovers over the `?` icon by the `Password should follow restriction setting` comment on **Password** bar. The tooltips tells wether you've violated a rule by a `!` or `tick` icon.
23+
The restrictions above can be seen when your mouse hovers over the `?` icon by the `Password should follow restriction setting` comment on **Password** bar. The tooltips tells whether you've violated a rule by a `!` or `tick` icon.
2224

2325
![pwd-restrictions](/content/docs/administration/password/pwd-restrictions.webp)
26+
27+
## Restriction Configuration
28+
29+
Enterprise Plan users can configure custom password restrictions.
30+
31+
Go to **Settings** -> **General** from the left side bar in Workspace. Scroll down to the **Account** section, where you can alter the minimum length or components of your password. You can also decide whether users should reset their password after the first login or after a specified number of days.
32+
33+
![pwd-configuration](/content/docs/administration/password/pwd-configuration.webp)
106 KB
Loading
-71.9 KB
Binary file not shown.
33 KB
Loading
-38.9 KB
Binary file not shown.
16.6 KB
Loading

src/lib/pricing-plan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const PRICING_PLANS = new Map([
5353
['SSO_ADVANCED', 'ENTERPRISE'],
5454
['SCIM', 'ENTERPRISE'],
5555
['2FA', 'ENTERPRISE'],
56-
['PASSWORD', 'COMMUNITY'],
56+
['PASSWORD', 'ENTERPRISE'],
5757
['SSH_TUNNEL', 'ENTERPRISE'],
5858
['QUERY_EXPORT_APPROVAL_WORKFLOW', 'ENTERPRISE'],
5959
['ENVIRONMENT_TIER', 'ENTERPRISE'],

0 commit comments

Comments
 (0)