updated to the current pikotools api from branch api2021
This commit is contained in:
@@ -58,7 +58,7 @@ void User::map_fields()
|
||||
field(L"has_pass", has_pass);
|
||||
field(L"pass_type", pass_type);
|
||||
field(L"password", password);
|
||||
field(L"pass_encrypted", pass_encrypted);
|
||||
field(L"pass_encrypted", pass_encrypted, morm::FT::binary);
|
||||
field(L"pass_hash_salted", pass_hash_salted);
|
||||
|
||||
field(L"email", email);
|
||||
|
Reference in New Issue
Block a user