How to track password changes

ivowuestivowuest Member Posts: 4
Hello,

I am working in Navision 5.01 and SQL-Server-Environment and want to wirte additional informations (about date, time, and so on..) in a new file, everytime the user is changing his password. Unfortunately, the User Table 2000000002 is not touched in this environment (i think, it is because of SQL-Database and not Native-Database).

Any Ideas, how to track the user password changes ?

Comments

  • kinekine Member Posts: 12,562
    I think that NAV is using "sp_password" on SQL to change the password. May be that some change to this SP could help you...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • ivowuestivowuest Member Posts: 4
    kine wrote:
    I think that NAV is using "sp_password" on SQL to change the password. May be that some change to this SP could help you...

    Sorry, but what do you mean with "sp_password" ??
  • kinekine Member Posts: 12,562
    It is stored procedure on the MS SQL server...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • ivowuestivowuest Member Posts: 4
    Is there no other way, to do that in navision ?
  • kinekine Member Posts: 12,562
    No, you cannot react on any event in NAV to catch this...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.