Re: [Codestriker-user] Newbie question - mail configuration
Brought to you by:
sits
|
From: Andre R. <and...@gm...> - 2008-10-22 00:14:39
|
Hi David,
I've downloaded 1.9.7-rc3 and this is working now. Thanks!
A question regarding this version's user management. Right now, anyone
can access codestriker.pl and create a new account. Is there a way to
let only admins create a new account for users? I'm thinking this
shouldn't be too hard to implement, but my pearl skills are close to
nil, so I have no idea how. :)
Thanks,
Andre
On Fri, Oct 10, 2008 at 9:01 PM, David Sitsky <dav...@gm...> wrote:
> Sorry - this was my bad.
>
> You can easily fix this if you edit lib/Codestriker/AddNewUser.pm, and
> change two lines:
>
> $smtp->mail("codestriker");
>
> and a bit further down:
>
> $smtp->datasend("From: codestriker\n");
>
> On my system, it wasn't a problem to use codestriker, but obviously on
> yours this is an issue. I'll make this configurable in the next
> release so you can set the email address to use when codestriker sends
> out these kind of "admin" emails.
>
> As an example, you could make them (set the domain part right for your system):
>
> $smtp->mail("codestriker\@myhost.com");
>
> and a bit further down:
>
> $smtp->datasend("From: codestriker\@myhost.com\n");
>
> Please let me know if that fixes thing for you.
>
> Cheers,
> David
>
|