Questions tagged [email-confirmation]

123 questions
3
votes
2 answers

How to implement email confirmation when removing a user in Yii

In my project I need to implement the following functionality: - when user decides to delete its account, before deletion, an email with a '$deletionUrl' should be sent to that user in order to confirm the decision by email. I'm using Yiimailer…
BeeCoding
  • 99
  • 1
  • 2
  • 9
3
votes
2 answers

Verify email address

I have followed the RoR tutorial by Michael Hartl, for modeling users, sign in, and sign up. Now I'm in a position where I need to verify that whatever email is given upon login is a real email and not some random string that matches the regex I…
Myna
  • 569
  • 2
  • 10
  • 24
2
votes
1 answer

Devise unconfirmed_email when trying to click on confirm account from received email

Here's my user model: class User < ActiveRecord::Base devise :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable,:confirmable # Setup accessible (or protected) attributes for your model …
Geo
  • 93,257
  • 117
  • 344
  • 520
2
votes
0 answers

Removing Confirmation From Mailchimp

This is the code for adding mails to mailchimp's list: