When the user reset its password, we try to preserve its slaveKey in the data-system that encrypts/decrypts the passwords saved in CouchDB. It's possible if the user has already logged in since the last restart of the data-system, as slaveKey is kept in memory.
When the user reset its password, we try to preserve its
slaveKey
in the data-system that encrypts/decrypts the passwords saved in CouchDB. It's possible if the user has already logged in since the last restart of the data-system, asslaveKey
is kept in memory.