Browse Source

add hashed password

huai-sian 3 years ago
parent
commit
2a4cd57925
1 changed files with 2 additions and 1 deletions
  1. 2 1
      adminUser-edit.html

+ 2 - 1
adminUser-edit.html

@@ -948,6 +948,7 @@ $("#nft_add_form").submit(function(e) {
     email,
     userid,
     account,
+    hashed_password: '',
     is_superuser,
     is_active: $("#is_active_checkbox").is(':checked')
   }
@@ -968,7 +969,7 @@ axios({
       Swal.fire({
         title: '成功',
         icon: 'success',
-        text: '新增成功',
+        text: '修改成功',
         confirmButtonColor: '#3085d6'
       });
       window.setTimeout(() => {