Re: [Emerald] Changing password via mailsite web console

Dale E. Reed Jr. ( (no email) )
Mon, 29 Mar 1999 23:04:47 -0800

> Darren Clissold wrote:
>
> What is needed to make this work, we can login, set auto reply, etc
> but cannot change the password,
>
> Attempting to change the password...Failed.
>
> How do I make it work.

Mailsite needs access to the following proc. Its in Emerald 2.5:

CREATE PROCEDURE ChangeMailUserPassword @login varchar(64), @domain
varchar(64), @password varchar(16), @esid integer AS

Update sa
Set Password = @password