SIGN IN SIGN UP

fix: sync in-memory accountManager when toggling enabled status

The first fix (checking enabled flag in getCurrentAccountForFamily) wasn't
enough because the toggle code only updated disk storage, not the in-memory
AccountManager used for request routing.

Added:
1. setAccountEnabled() method to AccountManager
2. Module-level activeAccountManager reference shared between connect and login
3. Toggle code now syncs both disk storage AND in-memory state
N
Noe committed
c53ca6947cbbbf6f2f45ae525474e68bc8b0c6f7
Parent: ddcee09