Subj : newuser.ssjs password question To : Digital Man From : Mark Iezzi Date : Sat Dec 03 2011 07:41 pm Re: newuser.ssjs password question By: Digital Man to Mark Iezzi on Sat Dec 03 2011 05:05 pm > Re: newuser.ssjs password question > By: Mark Iezzi to All on Fri Dec 02 2011 08:05 pm > > > Hello, > > > > I would like to remove the e-mail passowrd feature from newuser.ssjs > > when new users sign up from the web. I would like to have it show there > > temp password on the page. Has anyone found a solution or can you guide m > > in the right direction. > > Change line 307, from: > > if(http_request.query.netmail != undefined && http_request.query.netmail != > { > > to: > > if(false) { > > and line 376, from: > > if(http_request.query.netmail != undefined && http_request.query.netmail != > > to: > > if(false) > > > > digital man > > Synchronet "Real Fact" #54: > Synchronet Terminal Server introduced RLogin support w/v3.00c (2000). Hi, made the line changes still no good. when you click on join it automatically shows newuser_created.inc i need a way of passing the password variable to newuser_created.inc i am using the nightshade template. thanks mark .