recoveryKey |
appearance as argument number 1 |
![]() |
(documentation recoveryKey EnglishLanguage "A code that will allow a user to recover his or her password if the password is forgotten. It is essentially a password for the password.") | ComputingBrands.kif 4417-4419 | |
(domain recoveryKey 1 SymbolicString) | ComputingBrands.kif 4415-4415 | |
(domain recoveryKey 2 UserAccount) | ComputingBrands.kif 4416-4416 | |
(instance recoveryKey BinaryRelation) | ComputingBrands.kif 4414-4414 |
appearance as argument number 2 |
![]() |
(format EnglishLanguage recoveryKey "the account %2 has recovery key %1") | ComputingBrands.kif 4420-4420 | |
(termFormat EnglishLanguage recoveryKey "recovery key") | domainEnglishFormat.kif 65940-65940 |
antecedent |
![]() |
(=> (and (hasAccount ?U ?AC) (password ?P ?AC) (deviceAccount ?AC ?D) (not (knows ?U (password ?P ?AC))) (knows ?U (recoveryKey ?S ?AC)) (possesses ?U ?D)) (modalAttribute (exists (?C) (and (instance ?C ChangingPassword) (patient ?C ?AC) (agent ?C ?U))) Possibility)) |
ComputingBrands.kif 4422-4439 |
![]() |
![]() |