search for: confirmed_at

Displaying 2 results from an estimated 2 matches for "confirmed_at".

2009 Nov 11
4
Schema dump does not reflect column size limit
...text | YES | | NULL | | | created_at | datetime | YES | | NULL | | | confirmed | tinyint(1) | YES | | NULL | | | admin_comment | text | YES | | NULL | | | confirmed_at | datetime | YES | | NULL | | | bet_id | int(11) | YES | MUL | NULL | | | user_id | int(11) | YES | MUL | NULL | | +----------------+------------+------+-----+---------+------...
2010 Oct 31
4
Newbie - Rails 3 authentication question (Devise)
Hello! I''m working on my first Rails app and I have a question regarding authentication. I already have authentication for signing up, logging in, logging out, etc. What I need is an account email activation function and a reset password (forgot password) function. I have read a little bit about Devise and watched the Railscast episodes on it, it seems nice, but is it possible to add