Topic: A page with login area with content only for logged
Hi,
I have to make a page only for one user (restricted access). I need to create a page where there is a login form (login and pass) and after giving the right data, it should display the main page content.
I know that right now this is possible to create a page viewable for speciefic group, but my whole website don't have any registration, instead I need to create just one special user to be able to view this special page. And so the login area should be embended just on this special page.
So going this way...
1. I can create one registred user
2. Next I can create this "special page" to be visible just for registred user (I don't have any registration fields on whole website, so no one else will register)
3. I could put "embend code" with logining in fields. So after this user is registred it will redirect me to the content (But of that im not sure how to make).
Or maybe there is another, better way to do it?