Jump to:
| Project: | Protected node |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
just encountered two problems:
- The user trying to access a protected node, will always get "password incorrect" although it's correct, if cookies are disabled.
- The labels on the "enter password page" are missing some words, because there is no data from the session cookie:
--- In the enter-password-dialog: "The you are trying ....."
--- In the label: "password:" instead of "[nodename] password"
the label just says: "password" instead of "nodename password:"
(I would skip the node type name, as it reveals internal structures to visitors. The node name has no use for the visitor.)
my proposal is as follows:
- get every information of the node from the url, because it includes the redirect destination. i.e. "?destination=node%2F359"
- show a warning if no data can be retrieved from the session cookie.
thx
Comments
#1
I agree that if cookies are turned off you should be told that access just won't work. (unless we use a session ID on the URL as in ...?authorization=random-number
As for the information, the newer version lets you change the title, info, description to your liking. I guess we'd need the password textfield label too...
Thank you.
Alexis Wilke