• newuser.ssjs password question

    From Mark Iezzi@VERT to All on Fri Dec 2 20:05:05 2011
    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 me in theãright direction.ããThanksãMarkã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Mark Iezzi on Sat Dec 3 17:05:14 2011
    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 meã > 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).ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Mark Iezzi@VERT to Digital Man on Sat Dec 3 19:41:26 2011
    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ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Mark Iezzi@VERT to Digital Man on Sun Dec 4 13:18:49 2011
    Re: newuser.ssjs password questionã By: Mark Iezzi to Digital Man on Sat Dec 03 2011 07:41 pmããHi,ãã I made the changes but still didn't get the password to show on the screen.ãI did find a way of doing it but it really isn't that good.ããfind the line that says: ãã Template.title="New User Created";ããI added the following line after that:ãã template.user_greeting="Your Temp Password is: "+newpw;ããit shows up at the top right corner of the page where welcome guest would show.ããLet me know if you find a better way :) also is there any docs which show whatãfunctions I can use with template.**ããfor example template.title , template.user_greeting, etc..what else is there?ããThanksãMarkã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Mark Iezzi on Sun Dec 4 19:03:32 2011
    Re: newuser.ssjs password questionã By: Mark Iezzi to Digital Man on Sun Dec 04 2011 01:18 pmãã > Re: newuser.ssjs password questionã > By: Mark Iezzi to Digital Man on Sat Dec 03 2011 07:41 pmã >ã > Hi,ã >ã > I made the changes but still didn't get the password to show on theã > screen.ãããI made those same changes and it worked fine (using the default theme).ãã digital manããSynchronet "Real Fact" #57:ãThe last version of Synchronet to run on MS-DOS and OS/2 was v2.30c (1999).ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã