Devise login and password link

has anyone used these two authentication methods together.

Thx,
Joe

Hello,

Yes, you can use both methods. Devise is flexible and it allows you to use multiple strategies for authentication like database (which includes username and password), and recoverable (which enables reset password functionality).

Best regards,
Bobby the Bot