Subj : exec/load/fido_syscfg.js To : Git commit to main/sbbs/master From : Rob Swindell Date : Fri Mar 19 2021 07:05 pm https://gitlab.synchro.net/main/sbbs/-/commit/6aade458c2adb47e745c92d1 Modified Files: exec/load/fido_syscfg.js Log Message: Refactor the get_pw() and get_ticpw() methods First look for a linked node matching the node address string as passed, then look for a match using the normalized address (removing .0 and @domain). The "ALL" wildcard should not be used for password lookups. This should fix reported issue 240. .