Skip to content
  • rswindell's avatar
    Allow more JavaScript control over password prompting: · 2d34f275
    rswindell authored
    bbs.login() now accepts 2 additional optional arguments: user_pw and sys_pw
    if these passwords are supplied, they won't be prompted for by the underlying C
    functions. If the password_prompt argument (2nd arg) is not supplied, no prompt
    will be displayed, but a password must still be entered.
    The default behavior is the same as before.
    2d34f275