From 59517b0f6ff62ebd72270cefc3d2f7bd248b2d16 Mon Sep 17 00:00:00 2001
From: adorda <angdmz@gmail.com>
Date: Tue, 2 Jun 2020 15:33:02 -0300
Subject: [PATCH] removed passphrase as password widget

---
 trazabilidad/local_settings_dev.py     | 2 +-
 trazabilidad/local_settings_preprod.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/trazabilidad/local_settings_dev.py b/trazabilidad/local_settings_dev.py
index 3d0505d..f9bcacb 100644
--- a/trazabilidad/local_settings_dev.py
+++ b/trazabilidad/local_settings_dev.py
@@ -33,6 +33,6 @@ CONSTANCE_CONFIG = {
     'CONTRACT_ADDRESS': ('0x0000000000000000000000000000000000000000', 'Smart contract', str),
     'ABI': ('', 'Contract ABI', str),
     'IS_POA': (False, 'Is Proof of Authority network', bool),
-    'PASSPHRASE': ('', 'Default account passphrase', 'secret_password_field'),
+    'PASSPHRASE': ('', 'Default account passphrase', str),
     'BYTECODE': ('0x0', 'Smart Contract Bytecode', str)
 }
\ No newline at end of file
diff --git a/trazabilidad/local_settings_preprod.py b/trazabilidad/local_settings_preprod.py
index 0eb6e86..2d7809d 100644
--- a/trazabilidad/local_settings_preprod.py
+++ b/trazabilidad/local_settings_preprod.py
@@ -14,6 +14,6 @@ CONSTANCE_CONFIG = {
     'CONTRACT_ADDRESS': ('0x0000000000000000000000000000000000000000', 'Smart contract', str),
     'ABI': ('', 'Contract ABI', str),
     'IS_POA': (False, 'Is Proof of Authority network', bool),
-    'PASSPHRASE': ('', 'Default account passphrase', 'secret_password_field'),
+    'PASSPHRASE': ('', 'Default account passphrase', str),
     'BYTECODE': ('0x0', 'Smart Contract Bytecode', str)
 }
\ No newline at end of file
-- 
GitLab