Properly handle emails #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Emails were origanally used as primary keys (from
phx_gen_auth
), dropped in favor of usernames. Source of trust is LDAP directory, but a local copy might be more convenient?We have some logic for email change and confirmation, but it is not wired to local or LDAP backend yet.
Email is now fetched from directory and changes are wired back.