From c24234056ddd4dd29f378c4dc7ecefad0ba418a7 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 9 Feb 2013 18:06:47 -0800 Subject: [PATCH] changelog for password dictionary check change --- useradmin/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/useradmin/CHANGELOG b/useradmin/CHANGELOG index de4b52d92..9201b5cf4 100644 --- a/useradmin/CHANGELOG +++ b/useradmin/CHANGELOG @@ -71,3 +71,5 @@ Updated all links to users and groups to be by name instead of by index, to avoi The faster lastlog command is now used to get the most recent login time on Linux, for display in the user list. ---- Changes since 1.580 ---- Added a new password restriction for the minimum number of days before a password can be changed. +---- Changes since 1.620 ---- +Replace use of ispell and aspell commands with reading of /usr/share/dict/words to validate passwords.