So, at the moment I have account & email as authentication keys for devise, so the login looks like:
- Account
- Password
Problem is though, if a user has already been created under one account, it is impossible to add another one under a different account, as the email has already been taken.
How do I set up devise to avoid this problem?
Thanks! Chris