-
Check password col is updated
Hi wondering if someone can help here I’m not sure what I did wrong. I have test 3.2 in the Encryption section failing in the Advanced Capstone.
quizItem success description error
———————————————————————-
exercise3.2 Fail “check password col is updated” “”
exercise3.3 Pass “.perm.users should exist on HDB process” “”
exercise3.4 Pass “define .z.pw on HDB process” “”
exercise3.4 Pass “give access to users with correct password” “”
exercise3.4 Pass “give access to users with wrong password” “”
exercise3.5 Pass “return first element of parse tree” “”
exercise3.5 Pass “return ! if given update query” “”
exercise3.6 Pass “define .z.pg on remote process” “”
exercise3.6 Pass “fiauser can run one function” “”
exercise3.6 Pass “fiauser cant run tables[]” “”
exercise3.6 Pass “team members can run any function” “”I’m setting the password file like this
.perm.users:("S*S";enlist "\t") 0:`:/home/jovyan/developer/workspace/__nouser__/adv_capstone/AdvancedCapstone.Data/users.txt; .perm.users:select password:last {.Q.sha1[x]} each password, last api by user from .perm.users
Log in to reply.