https://meltano.com/ logo
#announcements
Title
# announcements
g

gray-apartment-22627

01/17/2021, 5:59 AM
Hey, will password secure in login page after adding below line , i tried but still able to see password not encrypted
Copy code
meltano ui setup <http://meltano.example.com|meltano.example.com>
r

ripe-musician-59933

01/18/2021, 5:05 PM
@gray-apartment-22627 Where do you see an unencrypted password? It's expected that
password_salt
itself is not encrypted in
.env
, since Meltano needs to know the actual unencrypted value to work, but it will then use that value to store encrypted passwords in the
user
table in the system database should definitely when you run
meltano user add
.