Forum Discussion
JoshuaBenefi081
2 years agoCommunity Member
"Password" protected course options
Hello everyone, I was recently tasked with building a course that is restricted to only a certain set of users.
Initially that number was believed to be around 100 users, so the course was dev...
WaltHamilton
Super Hero
You are using:
a trigger of "if TextEntry =value XXXXXX1" or "if TextEntry =value XXXXXX2" etc
If that provides enough security for your purposes, change the condition part of the trigger from “=“ to “is between”.
JoshuaBenefi081
2 years agoCommunity Member
Thanks Walt, I wish it was as easy as that, unfortunately the ID numbers vary between 5 digits and 7 digits, but I will definitely keep that in mind for the future though, thanks!