After the latest pull, when trying to create a new user from admin panel, salt and hashedpassword are going blank in the database.
To Reproduce
Steps to reproduce the behavior:
Checkout latest code
Login via admin / admin (h2 database, same with postgres too)
Create an user
In a new window try to login with same creds
It fails to login
Database has blank hashedpassword and salt.
Expected behavior
User should have all data filled and able to login.
Branch checkedout : master
Git hub issue : 4837
After the latest pull, when trying to create a new user from admin panel, salt and hashedpassword are going blank in the database.
To Reproduce
Steps to reproduce the behavior:
Checkout latest code
Login via admin / admin (h2 database, same with postgres too)
Create an user
In a new window try to login with same creds
It fails to login
Database has blank hashedpassword and salt.
Expected behavior
User should have all data filled and able to login.
Branch checkedout : master
Git hub issue : 4837