I'm going to install Phabricator for internal usage for our development team.
All of the new users will register/authenticate on their own through LDAP, no accont will be manually created by the Admin.
I can't find a way to set default account preferences for newly created account, like "Timezone", "Time-of-Day Format", "Date Format", "Week Starts On" to name a few.
Of course these preferences are up to the user and he/she can set by his/her own; but since all of them use the same country/language/date format this is a boring task (I also need to provide them some documentation...).
As a workaround, is there a hook I could attach to and/or an event or a custom PHP class to be implemented/configured to get this feature?