In the DNN database is a table called "Users" with a field named "Updatepassword".
If you want to require every user in the portal to update their password you can run an SQL query like this: Update Users Set UpdatePassword=1 If you want to limit the users to a specific portal, or other criteria let me know. |