On Mon, Nov 8, 2010 at 7:02 AM, Jarrod Roberson
<jarrod.rober...@gmail.com>wrote:

> I have one team member out of 10 who never got their registration
> email so that they could join in on the Gitorious fun!
>
> Is there a way to resend that person their registration link? Or do I
> have to delete them and have them try and register again?
>

Jarrod,
You should be able to do it like this using script/console:

user = User.find_by_login("user_login")
Mailer.deliver_signup_notificaiton(user)

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to