|
From: Chris N. <pu...@po...> - 2001-06-19 02:07:53
|
At 16:09 -0800 2001.06.18, Dan Stahlke wrote:
>The message "Please change your password now!", as seen on the user
>preferences page after first login, is stored in a funny place. It is
>hard-coded into the Apache::User module:
>
> $form->{returnto} = url2abs($newpass
> ? "$constants->{rootdir}/users.pl?op=edit" .
> "user¬e=Please+change+your+password+now!"
> : $form->{returnto}
> ? $form->{returnto}
> : $uri
> );
>
>Shouldn't this phrase be stored in a template?
Yes.
We were just discussing redoing this particular thing today. I might do it
in the next day or so (in fry, not bender).
--
Chris Nandor pu...@po... http://pudge.net/
Open Source Development Network pu...@os... http://osdn.com/
|