Enforce password change
navnet
Member Posts: 57
I want to enforce users to change password after certain interval in NAV 5. Possible?
0
Comments
-
Use Windows Authentication and control your password rules at the domain level. You can also set password rules in SQL for database logins but the warning message do not pass thru to the NAV client, so the users would not get the "change your password" warnings.There are no bugs - only undocumented features.0
-
I m using native database and moving to SQL server isa plan for 2010. Can I use some sort of password expiry meachnism on such native database. This means users have to enter new passsword however their username will be valid throughout the year.0
-
Switch to Windows Authentication as noted above.There are no bugs - only undocumented features.0
-
Do I need to conatct a System Adminitrator for this or it is very simple that even I can do. (I am a starter in NAV and have mediocre IT knowledge)0
-
If the users already have domain logins accounts, you can add them to NAV as Windows Users and assign them roles. You will need to work with the System Admin to establish the password policy. This will be a system wide policy and not just for NAV. Very likely they have one already.There are no bugs - only undocumented features.0
-
Thanks. We already have such authentication implemented for Outlook. I was just wondering if it works the same way for NAV too. does that mean we need to use Windows logon? I will chek with sys admin too.0
-
YesThere are no bugs - only undocumented features.0
-
thanks..will comeback after 12 hours.0
-
It should be possible with some customization. You will need an extra table to store the old user passwords together with the date of latest change. Every time a user logs in you will have to check in codeunit 1, whether the password will expire soon and throw an appropriate warning if it's true. Furthermore you will have to store a changed password in the extra table together with the date when the change has been noticed. This can be done easily, if you compare the active password with the stored one every time the user logs in. The stored passwords are of course encrypted (you only need to store the field "Password" from the table "User"). In case the time period has been exceeded without change, it should not be possible to open a company (so the user has the chance to change his password, nevertheless).navnet wrote:I want to enforce users to change password after certain interval in NAV 5. Possible?New kits on the blog: https://massivedynamicsblog.wordpress.com0 -
Don't customize... Use the existing feature that's already in place. Using windows authencation, according to Microsoft, is more secure.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Windows authentication is the easiest way to implement a forced password change. Furthermore, there are "on board" mechanisms to ensure a "secure" password (minimal length, etc.). But there may be problems with windows authentication, if you don't have a homogeneous domain topology...Alex Chow wrote:...Using windows authencation, according to Microsoft, is more secure.New kits on the blog: https://massivedynamicsblog.wordpress.com0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 322 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
