Password wont fill automatically

2
I just noticed that when I open a edit user form, the password isn't filled automatically anymore with the hash string, but is empty instead. Is it caused by the fact that I make use of the new salted SSHA256 or is it something else?
asked
1 answers
5

The password no longer has read access if you apply the default security settings in the System module. This means not even the hashed password is sent to the client anymore. This makes Mendix applications more secure. It has nothing to with the new SSHA256 algorithm, although that was also added to improve security.

answered