Hello everybody,
A customer of mine has NAV 5 with the sql server option (sql 2005), and he needs this check:
Every time a user changes his password, he must not use a password he already had used in the past.
The problem is that I don't know how to do that. In sql server I don't think there is something, and it seems that password for sql users are not stored in NAV.
I hope that someone can help me [-o< ...
Thanks in advance!
0
Comments
RIS Plus, LLC
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Is there any particular reason you don't want to use Windows authentication? That already has this functionality in it, and you won't have to develop anything.
RIS Plus, LLC
I would consider Windows Authentication as the preferred solution. What is the customer's resistance? They may have a valid reason that I'm not thinking about.
Sql supports not to use the same password twice? Can you tell me how?
Leave the "enforce password policy" and "enforce password expiration" boxes checked on the SQL logins. This uses the Windows password policy for the local computer (server).
As I said, the issue here will be that the user does not get the appropriate messages thru the NAV client. For example, they will never receive the warnings that their password is going to expire. Just one day they will not be able to login.