Could you provide some insights if this can be implemented in the way described?:
1. the user can access a special page, for example: website.com/thank-you-page by supplying the URL with key (Regular labs conditional content) 2. the user inserts the received password 3. the user "observes" the page opens correctly after password submission & then can perform the designated actions (list files, read the documentation etc.). The idea is to keep it as simple as possible, whereas the website/content security is not affected either.
Basically, after successful authentication, I would like to show a DropFiles download page, so the user can access the uploaded content.
The page should not be shown without a password by any other means.
Currently, trying to figure out how to accomplish this with the three extensions below:
I suppose depending on the proposed solution/ideas to work on, it can be defined with 'special' permission group as access level instead of 'registered user' to show DropFiles list view?
Do I have to create two articles ?: One for containing with the article the [ecr|password=my-pwd|Please enter the password here]article2[/ecr] & then another second article to "receive" the success with the unlocked session & show the remaining page elements?