Password protected login case
-
This post is deleted! -
Looks fine to me, but don't put the encryption key in your script, use the one that's in the project preferences and call
Engine.getProjectInfo()
to retrieve it. -
@d-healey That's a nice little trick
-
@d-healey said in Password protected login case:
use the one that's in the project preferences
I didn't know this feature existed. Added recently?
-
@d-healey Can you please make a case study for the teacher?
-
Added recently?
Nah it's been there for years.
Can you please make a case study for the teacher?
It's one function,
Engine.getProjectInfo()
, what more do you need?