One possible pitfall of capturing the user/pass when the customer signs up
is if they change their info at manage.cgi, then the username and password
which you've captured wouldn't be correct. You'd be sending them their
*original* username and password, but not necessarily their *correct*
username and password.




----- Original Message -----
From: "Esposito, Fabio" <[EMAIL PROTECTED]>
To: "'Duane Cook'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 12:47 PM
Subject: RE: sending login/pass


>
> The only way I can see is to capture the username/password when a new
> profile is created and store them yourself.  Then write your on cgi to
> lookup them up and send them.
>
> ----
>
> I think it would be nice to have a 'create sub user' in the RWI with
various
> permission's, and logging.  That way I can create an accounting user for
> accounting stuff, support for ....
>
> Ex. I'd like accounting to be able to do manual registrations, but not
some
> guy in tech support.  There is no way of telling who logged in and did
what!
>
> I think this is a vital function that a larger organisation needs for such
a
> product.
>
> Another idea would be to provide a full access client for the RWI, and let
> us make our own interfaces.  Though I'm not sure how the RWI is
implemented.
>
> Ideas?
>
> -Fabio
>
> > -----Original Message-----
> > From: Duane Cook [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, February 08, 2001 11:59 AM
> > To: [EMAIL PROTECTED]
> > Subject: sending login/pass
> >
> > Hi, I have question for all the programming experts.
> >
> > I would like to know if its possible to have a script
> > that will allow me to have my technical staff send login/pass
> > to the domain owners when the call in and request it.
> >
> > I do not want to give them the login to the RWI since they
> > would then have full access.
> >
> > Ideally my solution would be to put a page on our internal
> > intranet, with a form field where the technical rep would
> > enter the domain name, click submit, and script would connect
> > to opensrs and send the domain info to the listed admin contact
> > the same as it does when you click the link:
> >
> > E-Mail Login Password for mirusinternational.com to the
> > Admin Contact ([EMAIL PROTECTED])
> >
> > from the RWI.
> >
> > Can anyone suggest how I might do this.
> >
> > Thanks
> > Duane
> >
> > Duane Cook
> >
> > [EMAIL PROTECTED]
> > www.9netweb.com

Reply via email to