mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
important change to get register working again
This commit is contained in:
parent
d76946aa15
commit
dd5379fef6
@ -794,7 +794,7 @@ void Session::detectSessionState()
|
||||
// check passphrase, only possible while passphrase isn't crypted in db
|
||||
bool correctPassphraseFound = false;
|
||||
// always trigger SESSION_STATE_PASSPHRASE_WRITTEN, else lost of data possible
|
||||
bool cryptedPassphrase = true;
|
||||
bool cryptedPassphrase = userBackups.size() > 0;
|
||||
for (auto it = userBackups.begin(); it != userBackups.end(); it++) {
|
||||
KeyPair keys;
|
||||
auto passphrase = (*it)->getModel()->getPassphrase();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user