You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subclass LazyUserManager and override generate_username, and set that as the manager on LazyUser
If you've got a custom user model, you can implement a generate_username classmethod on that, and it'll be called to generate a username.
I'm not that keen on adding more settings to be honest. Having a nicer way to specify some code to generate usernames would be the approach I'd prefer.
Wouldn't it be nicer if the temporary usernames were not random strings but Guest1, Guest2, Guest3, etc?
The text was updated successfully, but these errors were encountered: