UI remove mention of "email" and request a username#933
Conversation
|
does the backend assume an email? 🤔 or the SDK? |
With this change UI change, I can create a new account with References to "email" in the codeThe SDK had only one reference to For the server, the concept of Next stepsFrom my manual testing, this UI change doesn't introduce any bugs for local mode, but a valid email might be required for enterprise features. Potential solutions:
IMHO, it still relevant to remove the "enter email" constraint for a locally hosted application. On the other hand, extremely popular self-hosted tools still require an email + password to enforce good security practices (e.g., NGINX proxy manager) |
elijahbenizzy
left a comment
There was a problem hiding this comment.
So this will work -- the full auth system integration will break (it requires emails), but given that this is separate that's fine.
Changes
How I tested this
Notes
Checklist