checked the fk in the languages table
SELECT TOP (1000) [Id]
,[LanguageCode]
,[Cid]
,[fkLexiconId]
,[Changed]
,[ObjVersion]
FROM [AccessServer].[dbo].[Languages]
grabbed the fk for en-gb
updated the null fk for language for the users
UPDATE [AccessServer].[dbo].[Users] SET fkLanguage = '7ADADD64-4810-11D8-84F4-F09EEB920AF1';
And I am logged in. Looking forward to testing with the car tomorrow. Thanks again!