mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adding ident hash to user fields
This commit is contained in:
parent
da594fa541
commit
25d337d991
@ -372,6 +372,7 @@ Poco::JSON::Object User::getJson()
|
||||
userObj.set("public_hex", mPublicHex);
|
||||
userObj.set("state", userStateToString(mState));
|
||||
userObj.set("email_checked", mEmailChecked);
|
||||
userObj.set("ident_hash", DRMakeStringHash(mEmail.data()));
|
||||
unlock();
|
||||
return userObj;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user