-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PM-15921] Remove v1 generator and generator history (#12345)
* Remove v1 generator, generator history page and extension refresh conditional routing * Remove unused keys from en/messages.json --------- Co-authored-by: Daniel James Smith <[email protected]>
- Loading branch information
Showing
7 changed files
with
7 additions
and
785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -454,9 +454,6 @@ | |
"length": { | ||
"message": "Length" | ||
}, | ||
"passwordMinLength": { | ||
"message": "Minimum password length" | ||
}, | ||
"uppercase": { | ||
"message": "Uppercase (A-Z)", | ||
"description": "deprecated. Use uppercaseLabel instead." | ||
|
@@ -528,10 +525,6 @@ | |
"minSpecial": { | ||
"message": "Minimum special" | ||
}, | ||
"avoidAmbChar": { | ||
"message": "Avoid ambiguous characters", | ||
"description": "deprecated. Use avoidAmbiguous instead." | ||
}, | ||
"avoidAmbiguous": { | ||
"message": "Avoid ambiguous characters", | ||
"description": "Label for the avoid ambiguous characters checkbox." | ||
|
@@ -2047,9 +2040,6 @@ | |
"clone": { | ||
"message": "Clone" | ||
}, | ||
"passwordGeneratorPolicyInEffect": { | ||
"message": "One or more organization policies are affecting your generator settings." | ||
}, | ||
"passwordGenerator": { | ||
"message": "Password generator" | ||
}, | ||
|
@@ -2884,9 +2874,6 @@ | |
"error": { | ||
"message": "Error" | ||
}, | ||
"regenerateUsername": { | ||
"message": "Regenerate username" | ||
}, | ||
"generateUsername": { | ||
"message": "Generate username" | ||
}, | ||
|
@@ -2927,9 +2914,6 @@ | |
} | ||
} | ||
}, | ||
"usernameType": { | ||
"message": "Username type" | ||
}, | ||
"plusAddressedEmail": { | ||
"message": "Plus addressed email", | ||
"description": "Username generator option that appends a random sub-address to the username. For example: [email protected]" | ||
|
@@ -2952,12 +2936,6 @@ | |
"websiteName": { | ||
"message": "Website name" | ||
}, | ||
"whatWouldYouLikeToGenerate": { | ||
"message": "What would you like to generate?" | ||
}, | ||
"passwordType": { | ||
"message": "Password type" | ||
}, | ||
"service": { | ||
"message": "Service" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.