There is a "one_time_password" field in the database. I want to set a initial password when adding new users but want them to update it upon first login. Can I accomplish that via API or some other method? Or, if I have to use the database, what is the process to get users to change their password and not use a temporary one?