Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The data field gets set when you set the username, password, or any other field that doesn't show up as a column in the SFSUsers table. If you override the data property, then you will get that error message. Or, if you create the users without setting the application's security key that is used to encrypt the data. It's the SecurityBasics.SetSecurityKeyAndVectorForUserAuthentication() and it needs to be set to the same value as the application.
|