mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
We change do_create_user and create_user to accept role as a parameter instead of 'is_realm_admin' and 'is_guest'. These changes are done to minimize data conversions between role and boolean fields.