×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
James, try this: Use wither ACS "Run SQL Scripts" or STRSQL.
It'll show you your user profiles with the last password change date in descending order.
If using ACS "Run SQL Scripts", you can put the cursor just before the "A" in "AUTHORIZATION_NAME"
And hit F4 to see all of the fields in table qsys2.user_info
Select AUTHORIZATION_NAME AS "User Profile", PASSWORD_CHANGE_DATE as "Pswd Chg Date" from qsys2.user_info
Order by PASSWORD_CHANGE_DATE DESC
Very Respectfully,
Michael Mayer
IBM i on Power System Admin.
Tallahassee, Florida 32399-2300
mmayer@xxxxxxxxxxxxxx
Office: 850.561.5761
My IBM i Reference blog:
https://ibmireference.blogspot.com/
------------------------------------------------------------------------------------------------------------------------------
message: 2
date: Thu, 3 Mar 2022 14:41:18 -0800
from: "James H. H. Lampert via MIDRANGE-L"
<midrange-l@xxxxxxxxxxxxxxxxxx>
subject: Is there an easy way to determine what users have changed
their passwords recently?
Is there an easy way to determine what users have changed their passwords recently?
--
JHHL
________________________________
Please note: Florida has very broad public records laws. Many written communications to or from The Florida Bar regarding Bar business may be considered public records, which must be made available to anyone upon request. Your e-mail communications may therefore be subject to public disclosure.
As an Amazon Associate we earn from qualifying purchases.