You have to go to your gitorious installation dir, and once there
launch the console script for your environment, for instance:

$ cd /var/www/gitorious
$ env RUBY_ENV=production ruby script/console


On 3 dic, 19:57, Jarrod Roberson <jarrod.rober...@gmail.com> wrote:
> On Nov 15, 5:42 am, Marius Mårnes Mathiesen
>
>
>
>
>
>
>
>
>
> <marius.mathie...@gmail.com> wrote:
> > 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
>
> How do I get to the "console"?

-- 
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