### Changes
* `/auth/register` now accepts only `username`, `first_name`, and `last_name` fields (the password fields were removed) * `/auth/register` returns only `status` and `detail` fields (the `sessionid` was removed – explicit login is required after the registration) Closes #500
Loading
Please sign in to comment