User.get('password') not returning, want '●●●●'

On an account settings page I wanted to display the password in ‘●●●●●’ form but nothing is returning.

1 Like

It looks like you can not retrieve the user password, the password is not even stored somewhere, a hash of the password is stored internally.