fix(setup_wizard): sync password character limit with other places (#23419)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
a260bd28ce
commit
9aec553b89
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ frappe.setup.slides_settings = [
|
|||
fieldtype: "Data",
|
||||
options: "Email",
|
||||
},
|
||||
{ fieldname: "password", label: __("Password"), fieldtype: "Password" },
|
||||
{ fieldname: "password", label: __("Password"), fieldtype: "Password", length: 512 },
|
||||
],
|
||||
|
||||
onload: function (slide) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue