Skip to content

Commit

Permalink
Merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lruzicki committed Jun 5, 2024
2 parents d1519cb + d3191e6 commit 0e73730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserMasterPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const UserMasterPanel = (props) => {

const generatePassword = () => {
const passwordGeneratorOptions = modulesManager.getConf("fe-admin", "passwordGeneratorOptions", {
length: 10,
length: 12,
isNumberRequired: true,
isLowerCaseRequired: true,
isUpperCaseRequired: true,
Expand Down

0 comments on commit 0e73730

Please sign in to comment.