
I did some change in password in this path Departments/Administration/IT Administration/General/Users , i've added a user by just giving it a name .
Now i am not able to log in to navision
*This post is locked for comments
I have the same question (0)It seems that, you have selected "Change Password" option in Users screen. This setup would only work if you are using NAV authentication, not with Windows Authentication.
To overcome this issue, remove that particular user from "User Table".
You need to do this from SQL database.
Run the User Table from SQL and delete your user record. OR run below query.
delete from [dbo].[User] where "User Name" = 'YOUR USER ID'
Be careful if you are working on live database.
You may also check following link for your reference.
saurav-nav.blogspot.in/.../you-are-not-authorized-to-sign-in.html