Hello,
I understand that we can avoid RC to auto-create the user record in the database at 1st login. I would like to create these records myself before the first login.
In the USERS there is the record "preferences".
For example:
a:4:{s:11:"client_hash";s:16:"H66zZssclOBJgTKk";s:11:"drafts_mbox";s:6:"Drafts";s:9:"sent_mbox";s:4:"Sent";s:10:"trash_mbox";s:5:"Trash";}
My question: What is this
s:16:"H66zZssclOBJgTKk"
A password hash? But in which "system"? How can I hash the user password myself to write it in the base?
Other parameters are understood.
Thank you
No, it is a random string used to identify the user in some situations. You can skip it. Best you just set preferences to NULL.