devise-multi_email
devise-multi_email copied to clipboard
✉️ Let devise support multiple emails (authenticatable, confirmable and validatable).
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...
Thanks for creating and maintaining this gem. Travis is not building anymore on travis-ci.org. You may need to migrate to travis-ci.com and also update the README with the new badge....
I'm trying to migrate from a functional devise+omniauth+devise-multi-email install to bring in devise_token_auth but I seem to be running into a problem between devise-multi_email and devise_token_auth. I've [submitted an issue](https://github.com/lynndylanhurley/devise_token_auth/issues/1421)...
The following part of the README: ``` The [Devise README](https://github.com/plataformatec/devise#activejob-integration) describes how to use ActiveJob to deliver emails in the background. Normally you would place the following code in your...
Currently, devise mailer sends the reset password instructions email to the resource email: https://github.com/heartcombo/devise/blob/29943a26e61d68198666c59e07457dba3c75f581/lib/devise/mailers/helpers.rb#L34 But with multiple emails, you might want to get the reset password instructions to the email...
One of the files is lacking test coverage `lib/devise/multi_email/email_model_manager.rb`. This Issue is successful if we add a test which shows that: - `#parent` delegates into the `@email_record`'s configured `multi_email_association.name`
Email validation always returns `Email is invalid` even when the email "has already been taken" (uniqueness validation). Email validation should show "has already been taken"
Arise from https://github.com/allenwq/devise-multi_email/issues/10, `devise-encryptable` must be declared after multi-email in the Gemfile. To investigate why.