Walter... guess this isn't a popular question. If you haven't already solved this...
After a couple tries I got a response from Geoff in the newsgroup. I have it working again after...
1. Reimporting TXA's... utility template.
2. Clear "login same as email" in webloginhere extension in secwebloginform procedure
3. Comment out loc:login = loc:email in secwinwebloginform procedure source
4. Modify "loc:password = ds_GetTempPassword(AppNum,pEmailAddress,,ds_CreateTempPassword)" to
"loc:password =ds_GetTempPassword(AppNum,UDG:login,,ds_CreateTempPassword)" (per Geoff's instructions) in secwinwebcreateuser procedure source
Not sure why I didn't try #4 on my own... seems sort of obvious. Hope this helps you.
RJ