Hi all,
I am working on section 3.4 of the advanced capstone and cannot seem to pass the section with the code I have below:
hdbH".z.pw:{[usr;pwd] $[pwd~.perm.users[usr][`password];1b;0b]}"
This answer worked in the IPC module, so I am not sure what I am doing wrong here, any thoughts?
Thanks,
William
SJT1
2
Not familiar with the problem, but you can do that without Cond:
{[usr;pwd] pwd~.perm.users[;`password]usr}
Hi,
Unfortunately this code does not work either for me, this is the background to the question:
Any thoughts would be much appreciated, thanks
Thanks for catching up offline Michaela.
I now know the .users.perm table needs to keyed on the `user column and that to ensure I hash the password field on my .z.pw function.