Hi Thanuja Srinivas,
Passwords cannot be added directly to the user table; instead, they must be obtained using NPE, mapped for the user entity in a microflow (see the SaveNewAccount microflow), or generated using a random password generator java action.
Thanks.