devise-confirmable Questions

8

Solved

Using rails, devise, rspec & factorygirl: Trying to create some tests for my site. I'm using the confirmable model for devise so when I create a user using FactoryGirl, the user isn't confirme...
Matthew asked 25/8, 2012 at 19:35

5

Ok I have seen many discussions about customizing devise email subject but none seems to solve what I want. Currently my confirmation email subject reads "Confirm your Qitch.com account". I want to...
Medea asked 24/5, 2013 at 20:8

2

I am using devise confirmable. I have some custom things that i need to override from devise's confirm! method, so in my user model i have the following method that overrides it: def confirm! sup...

5

I am using devise gem, after clicking on the confirmation link, I want to directly sign-in. At present it is asking to sign-in again. Recently I have added the following in the devise initialize f...
Nieshanieto asked 6/9, 2013 at 10:14

2

Solved

I use the Rails Stack with devise warden confirmable Now I have a certain requirement related to email confirmation and access provision to unverified users. Let's say there are 3 categories of...

3

Solved

Using Rails 4 and Devise 3.1.0 on my web app. I wrote a Cucumber test to test user sign up; it fails when the "confirm my account" link is clicked from the e-mail. Scenario: User signs up with val...
Eimile asked 5/9, 2013 at 1:55

1

I let users log in initially without confirming their email address - but after 7 days, if they haven't confirmed - I block access until they confirm their address. (Note - this is achieved by set...
Omdurman asked 8/1, 2018 at 16:0

3

Solved

I generated my devise views using rails g devise:views users I generated my devise controllers using rails g devise:controllers users I added my new controllers in routes.rb: devise_for :users,...

3

Solved

With the Confirmable module enabled, Devise will not allow an unconfirmed user to sign in after a predefined period of time has elapsed. Instead the user is redirected back to the sign in page with...
Demicanton asked 10/2, 2012 at 6:16

3

Solved

Welcome [email protected]! You can confirm your account email through the link below: enter code hereConfirm my account I want to edit this message to become like this My project_name...
Riotous asked 10/9, 2012 at 11:59

6

Solved

Recently I added the confirmable module to my User class. I already have a quite nice mailing system (Sidekiq, Sendgrid...) in my app, so I created my own "confirm account" mail. The problem now is...
Storehouse asked 23/11, 2012 at 14:58

3

Solved

We have an existing user base and are adding email confirmation. Confirmation is optional but will allow additional features. Users are not required to confirm. I've added the confirmable module an...
Inquisitorial asked 29/12, 2012 at 16:57

3

Both devise confirmable (email confirmation when user signs up) and reconfirmable (email confirmation when user changes email) modules send the same email template, "confirmation_instructions". How...
Acrosstheboard asked 2/4, 2013 at 17:7

1

Solved

I am trying to edit the confirmation_instructions.html.erb file to address the new user by first name instead of email. Current the beginning of the file reads... Hi, <%= @email %>, How do I ...
Clip asked 30/12, 2014 at 0:59

2

I have a user registration page and will send the information to couple of admin users that one new user registered in the site. Now, I created the seed data with list of users (200+). So, It'll ...
Notification asked 27/12, 2013 at 9:59

2

Solved

How do you skip user confirmation in development in devise. I have set up the production environment to send emails with SendGrid, but now I have done that it won't let me log in. Thanks for you...

4

Solved

We're trying to extend Devise (3.1.1) signin/signup methods to handle AJAX requests, but are getting stuck with the confirmable logic. Normally, if a user signs in to Devise before confirming their...
Monogenesis asked 31/10, 2013 at 13:15

1

Solved

I am using devise for authentication in my Rails 3.2.6 app. I had password confirmation first but now I want to remove it. How to go about that?
Spectatress asked 25/7, 2012 at 2:32

1

Solved

I would like to use the devise option :reconfirmable in my user model, so whenever a user changes his email, he needs to confirm it with a link sent by email. The big problem is, that the email g...
Treadle asked 8/7, 2012 at 22:15

1

Solved

I have a Rails app set up using Devise, with a Registration controller. What's working so far: New user registration Login Logout Home About Confirmation Password reset Not working is edit, as ...
Hoebart asked 5/6, 2012 at 15:57
1

© 2022 - 2024 — McMap. All rights reserved.