passwortgeschütze seiten? / password protected pages?

Use GitHub to post feature requests for phpwcms.
Locked
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

passwortgeschütze seiten? / password protected pages?

Post by cyrano »

Hallo wertes Forum,

ist es möglich, Seiten innerhalb der Website als passwortgeschützt anzubieten? Nur ausgewählte User dürfen nach Eingabe eines Passwortes und Username sich einloggen; alle anderen erhalten einen Hinweis, das es nicht geht.

Ich würde dies zur Zeit nutzen können in Verbindung mit den Newsletter-Abonnenten, wird so etwas angedacht (Frage an Oliver G.?).

Ich kann zwar mit Hilfe von Passwörtern Verzeichnise schützen, da komme ich aber an einzelnen Seiten innerhalb einer wcms-Installation nicht dran... oder doch?

Danke für Tipps.

Dear Forumuser,

I want to offer password-protected pages within a wcms-installation - is this possible? Or a feature for the future (Question to Oliver G.?)

at the moment I would like to offer special pages only for successfull registered newsletter recipients - may be this is possible?

I can protect directories via my webspace, but I didn't get this within a wcms installation.. right or any ideas?

Thank you.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Re: passwortgeschütze seiten? / password protected pages?

Post by frold »

cyrano wrote: Dear Forumuser,

I want to offer password-protected pages within a wcms-installation - is this possible? Or a feature for the future (Question to Oliver G.?)

at the moment I would like to offer special pages only for successfull registered newsletter recipients - may be this is possible?

I can protect directories via my webspace, but I didn't get this within a wcms installation.. right or any ideas?

Thank you.
At the moment the easiest way to do it is via htacces (for the whole site)...
http://www.studmed.dk Portal for doctors and medical students in Denmark
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hello frold,

hmm, yes for the whole site, that's the same like htaccess via webspace configuration....

Ok, i can wait, it is not a urgent need :-)
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Jérôme
Posts: 481
Joined: Tue 16. Mar 2004, 10:33
Location: Cologne, Germany
Contact:

Post by Jérôme »

I think this would be a quite complex feature, because every page in phpwcms is created through the index.php.

So it would be necessary to mark a page as "private" in the backend of phpwcms, to include a front user management to the backend and so on, and so on...

I think this would be a too huge task for a "simple" MOD, but I think this will be included in one later release of phpwcms. At least I have put it on the ToDo list for the case that Oliver hasn't done so :).
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hi Jérôme,

thanx for your endless knowledge... :-)

thank you for enlighten my problem zones (hey i mean the brain) :P
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Pappnase

Post by Pappnase »

hmm

i have one idea!
install phpwcms in an subdir of your domain! and call these sites you wanna secure via the {PHP:} Tag. understand what i mean!?
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

:cry:

no :cry:

:lol:
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Pappnase

Post by Pappnase »

oh cyrano!

you create an new dir in your root eg. secure, where you also place the htaccess! upload there a new installation!
setup it to the same database with an different prefix!

you create an template without an navigation.
build youre sitestructure there. with aliases

in your main domain you place now links in the articles
like
http://www.cyrano.de/secure/index.php?newsletter

now visitors can only via htaccess this pages!
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hehe pappnase,

thanx for writíng.

i know how to make a subdir :-) really :-D

but i want the acces only to a couples of sites and only for users i know, especially for those who has submitted the newsletter.

so... let it be...
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

cyrano wrote:hehe pappnase,

thanx for writíng.

i know how to make a subdir :-) really :-D

but i want the acces only to a couples of sites and only for users i know, especially for those who has submitted the newsletter.

so... let it be...
I guess the RC5 will solved your problem (will be released at the end of may) It should support frontend login and then you can set some menu levels only to be visible for logged in users... I see this as the best solution...but you have to wait

http://www.phpwcms.de/forum/viewtopic.php?t=1781
Todo until next release:
- Content Part "News"
- Content Part "Blog"
- Replacement Tag for <ul><li> Menu based on sitemap creation
- Template Defaults editor for template based default values
- Possibility to choose in which frontend block content parts should be rendered
- Frontend user
http://www.studmed.dk Portal for doctors and medical students in Denmark
Locked