password 2...
authorAlan Knowles <alan@roojs.com>
Mon, 7 Jun 2021 01:51:52 +0000 (09:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 7 Jun 2021 01:51:52 +0000 (09:51 +0800)
Pman.Dialog.AdminPerson.bjs
Pman.Dialog.AdminPerson.js

index 9b42c4f..744419c 100644 (file)
@@ -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",
            "String inputType" : "password",
            "width" : 150,
            "$ xns" : "Roo.form",
-           "name" : "passwd1"
+           "name" : "passwd2"
           },
           {
            "listeners" : {
index f317fc2..ec87fa0 100644 (file)
@@ -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'