Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Whenever you went to SQL Server to update the data, did you change the us_Data field? That's the field that contains the password, so if you change it in the database, the user won't be able to log in. Now, for the user that you created within the Security Maintenance to work, the project encryption key (set in the security project) will need to be the same key as the one you specify within your application (through the SecurityBasics.SetSecurityKeyAndVectorForUserAuthentication() method). This value determines the "seed" for the encryption key and vector that are used to encrypt the data for the user. Can you give me any more details on what you changed in SQL Server to change the user's password?
|