Every user automatically gets an API token via a post-save signal on the User model. We just have not yet shown it to the user. - [x] #1468 - [x] #1473 I'm separating out this item as it will be addressed independently by #1459 - [ ] ~~Use the API Token, where we otherwise might use a password (IYKWIM)~~
Every user automatically gets an API token via a post-save signal on the User model. We just have not yet shown it to the user.
UserUpdateView(UpdateView)#1473I'm separating out this item as it will be addressed independently by #1459
Use the API Token, where we otherwise might use a password (IYKWIM)