That's a good spot, although the server validation wizard does populate the key value field with <?php echo ((isset($_SESSION["SecurityAssist_usrID"]))?$_SESSION["SecurityAssist_usrID"]:"0"); ?>
Replacing with a zero has enabled the unique validation as expected.
thanks Ray