Hi DM -
While testing my new user script, I think I may have found a logic issue that exists in the stock newuser.js. In the function chk_qwk_id(), the
last check is as follows:
if(system.matchuser(str,true)!=user.number || system.trashcan(str))
I think the purpose of the "system.matchuser(str,true)!=user.number" is to make sure that the username entered belongs to the current user. However, if the newuser.js script needs to ask for a valid QWK ID (i.e., because the username/alias entered by the user is not a valid QWK ID), then system.matchuser() will probably return 0 because it's not found. Since 0 is different from user.number, anything that the user enters for a QWK ID upon new user registration will be rejected.
| Sysop: | digital man |
|---|---|
| Location: | Riverside County, California |
| Users: | 1,151 |
| Nodes: | 17 (1 / 16) |
| Uptime: | 35:30:49 |
| Calls: | 509,178 |
| Calls today: | 14 |
| Files: | 292,123 |
| D/L today: |
46,377 files (11,619M bytes) |
| Messages: | 468,453 |
| Posted today: | 4 |