With Devise, we have recoverable for resetting passwords, however, I need to implement a username reset using the same flow as the password reset.
Is this possible to do with Devise or do I have to do this from scratch? And if so how do I go about extending and adding the new reset option.
Thanks.