Two emails for same user

Hi

We are currently in transition from one domane to another. My usertable currently has both “old” and “new” email for all users. Is it possible to allow a user to use both emails for login on the same “Glide user”?

I highly doubt something like that would be possible. The user profile configuration can only refer to a single basic email column, so no matter what, you will end up separate user rows for each email that has signed in.

My only thought would be to have a normal email column linked to the email used to sign in. Then another column with the user’s primary email (the user row with the email address that you want the secondary user row to point to). Then you could create a single relation and any necessary lookup columns to bring the primary user data into the secondary user row. You would have to change logic to pull values from lookup columns and change set column logic to set columns through relation. A little messy, but possible to pull off I think.

1 Like

A user is defined by a single row in the users table and identified by a single email address (the one bound to the email field in the user profile tab).

I would keep it simple. When your colleagues have access to email on the new domain, change all of their emails in the Users table, and voilà.