Options

NAV 2013 Web Client and Active Directory Password Expiration

dehiblerdehibler Member Posts: 5
edited 2015-03-13 in NAV Three Tier
We have a client using NAV 2013 and they have a group of approximately 50 users that only use the web client for access to NAV. We have recently identified an issue with this group where they were having problems getting signed into the web client because their password was getting ready to expire. They were not in the office or connected through a VPN, so they didn't realize it was expiring. Once the password expired, they could no longer sign into the NAV Web Client and contacted IT (who reset their password).

Since these users rely heavily on the NAV Web Client, but aren't always in a position where they can connect to the office via RDP or VPN, is there a way to have the NAV Web Client display some kind of message that their password is expiring soon? This would be similar to what a Windows machine does when you login and it says your password expires in 7 days. The other question is does anyone know of a way to have the NAV Web Client let a user with an expired password login and then bring up a change password box similar to what a Windows machine would do?

Some of these users could work off an iPad or Android tablet for weeks at a time, so telling them they have to remote into the office once a week or something like that would be met with resistance and I'm trying to come up with other options.

Comments

  • Options
    GreatScott000GreatScott000 Member Posts: 40
    If these users rarely connect to the AD why not just use the NAVUserPassword authentication model? No worrying about expiration (unless you want to write something, e.g. PagePart) and then you can control it.
  • Options
    dehiblerdehibler Member Posts: 5
    We have talked about using the internal NAV User/Password feature, but currently they want the passwords to be changed on a regular basis and are worried that without forcing that, the users wouldn't go change their password regularly.
  • Options
    GreatScott000GreatScott000 Member Posts: 40
    It should be a fairly simple custom to force a password change periodically. I am pretty sure the Web Client handles this because they have the "User must change password at next login" option. I would add a date to the user table for last password change date (or use the Web Service Expiry Date field if it does not interfere), have a scheduled task (Job Queue) that runs a report daily to check the date and then set the "Change password" flag on the user records as required.
Sign In or Register to comment.