If the token is saved in User table then you should do this.

str = "Hello, your account has been deactivated. To reactivate your account 
please click on the link below. 
http://mysite.com/activate?token=#{User.find_by_id(@user.id).token}"

Then you can send the str in email.

On Monday, September 24, 2012 3:16:02 PM UTC+5, Avi wrote:
>
> Hello All,
>
> I have an Admin user, who can see list of users. He can activate or 
> deactivate users.
> While deactivating a user I should send a mail along with activation link 
> to the user.
> The activation link should be a token which onclick it will activate the 
> account of the user.  
>
> While creating the user a token is saved in the db in users table.
> How to get that token from db ? or what else should I do ?
>
> Thanks.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/AtK7qpizFzoJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to