generateName in Anonymous plugin for username instead of name
I saw the PR for maintaining unique names in anonymous but does that work for username login and how can I set the username? I seems like generateName only works with
name
not username
6 Replies
Bump
@Ping
Can you give me the link to the PR?
GitHub
feat(anonymous): Custom anonymous names by ping-maxwell · Pull Req...
In some cases, name is unique in the DB, so this allows the dev to configure generating a random name via the plugin config.
If suitable, in the future we can consider customizing name (and maybe ...
I would like to be able to use the anonymous plugin and the username plugin at the same time essentially. Username is required for me but I also need to support anonymous login
Thanks for the response
Hey can you try this in your auth config? @SW9876

I will try that when I get home thank you!