From 629364c710fc5a55c5d498a766685671c866800a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 7 Jun 2021 09:51:52 +0800 Subject: [PATCH] password 2... --- Pman.Dialog.AdminPerson.bjs | 5 +++-- Pman.Dialog.AdminPerson.js | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Pman.Dialog.AdminPerson.bjs b/Pman.Dialog.AdminPerson.bjs index 9b42c4f..744419c 100644 --- a/Pman.Dialog.AdminPerson.bjs +++ b/Pman.Dialog.AdminPerson.bjs @@ -34,8 +34,9 @@ "role_fieldLabel" : "8a25a3ae30ab6e8ceb5b8c4009a3336f", "name_fieldLabel" : "49ee3087348e8d44e1feda1917443987", "office_id_name_emptyText" : "be5f40c0d2692cf4e9f8be8d389737a5", + "passwd2_fieldLabel" : "315fce99b77b7f392bf68d5eb14f88c7", "phone_fieldLabel" : "bcc254b55c4a1babdf1dcb82c207506b", - "passwd1_fieldLabel" : "315fce99b77b7f392bf68d5eb14f88c7", + "passwd1_fieldLabel" : "3544848f820b9d94a3f3871a382cf138", "office_id_name_fieldLabel" : "be5f40c0d2692cf4e9f8be8d389737a5", "office_id_name_loadingText" : "1243daf593fa297e07ab03bf06d925af", "email_fieldLabel" : "ce8ae9da5b7cd6c3df2929543a9af92d", @@ -195,7 +196,7 @@ "String inputType" : "password", "width" : 150, "$ xns" : "Roo.form", - "name" : "passwd1" + "name" : "passwd2" }, { "listeners" : { diff --git a/Pman.Dialog.AdminPerson.js b/Pman.Dialog.AdminPerson.js index f317fc2..ec87fa0 100644 --- a/Pman.Dialog.AdminPerson.js +++ b/Pman.Dialog.AdminPerson.js @@ -35,8 +35,9 @@ Pman.Dialog.AdminPerson = { 'role_fieldLabel' : '8a25a3ae30ab6e8ceb5b8c4009a3336f' /* Role / Position */ , 'name_fieldLabel' : '49ee3087348e8d44e1feda1917443987' /* Name */ , 'office_id_name_emptyText' : 'be5f40c0d2692cf4e9f8be8d389737a5' /* Department / Office */ , + 'passwd2_fieldLabel' : '315fce99b77b7f392bf68d5eb14f88c7' /* Password (type again to confirm) */ , 'phone_fieldLabel' : 'bcc254b55c4a1babdf1dcb82c207506b' /* Phone */ , - 'passwd1_fieldLabel' : '315fce99b77b7f392bf68d5eb14f88c7' /* Password (type again to confirm) */ , + 'passwd1_fieldLabel' : '3544848f820b9d94a3f3871a382cf138' /* New password */ , 'office_id_name_fieldLabel' : 'be5f40c0d2692cf4e9f8be8d389737a5' /* Department / Office */ , 'office_id_name_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ , 'email_fieldLabel' : 'ce8ae9da5b7cd6c3df2929543a9af92d' /* Email */ , @@ -321,7 +322,7 @@ Pman.Dialog.AdminPerson = { allowBlank : true, fieldLabel : _this._strings['315fce99b77b7f392bf68d5eb14f88c7'] /* Password (type again to confirm) */, inputType : 'password', - name : 'passwd1', + name : 'passwd2', width : 150, xns : Roo.form, '|xns' : 'Roo.form' -- 2.39.2