<html>
<head>
<style type="text/css">
<!--
body { font-variant: normal; margin-top: 4px; margin-bottom: 1px; margin-left: 4px; line-height: normal; margin-right: 4px }
p { margin-top: 0; margin-bottom: 0 }
-->
</style>
</head>
<body>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">Hi</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">Yes i use a logout.hook to delete the keychain, this solves the problem,</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">The login keychain is unlocked at login so if the user changes the password after login this has no effect on the keychain, then delete the keychain at logout so that next time the user logs in a new chain is created with their new password,</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">add this to your logout hook</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">################################</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">#Delete the Users Keychain</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">echo Removing keychain</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">rm ~/Library/Keychains/login.keychain</font> </p>
<br> <br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">#record this will a log file</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">touch ~/Library/Login/Reset.rft</font> </p>
<br>
<p style="margin-top: 0; margin-bottom: 0">
<font face="Lucida Grande" size="3">echo "Done"</font> </p>
<br>
<br>Criss Myers <BR>Senior Customer Support Analyst (Mac Services) <BR>Apple Certified Technical Coordinator v10.5 <BR>LIS Business Support Team <BR>Library 301 <BR>University of Central Lancashire <BR>Preston PR1 2HE <BR>Ex 5054 <BR>01772 895054<br><br></body>
</html>