Archive of UserLand's first discussion group, started October 5, 1998.
Re: Using members logon form for non-DG
Author: André Radke Posted: 4/8/1999; 6:11:27 AM Topic: Using members logon form for non-DG Msg #: 4877 (In response to 4874) Prev/Next: 4876 / 4878
Erik, you shouldn't expect to be able to render the logon pages thru the Publish Page command from the Web menu. The pages only function properly when served dynamically to your web browser via mainResponder.This also means that the entries in the #urls table need to be http urls (not file urls). Assuming your GDB is named testpublish.root and located in the www sub-folder of your Guest Databases folder, the entries should look as follows:
memberCheckMail http://localhost/testpublish/logon/checkYourMail
#members = employees, which exists in my members.root table.
What is the value of config.mainResponder.globals.defaultMembershipGroup? I take it to be "default"? That would not be a problem - but to prevent you from running into further problems, you should either rename the "logon" site to "public" or create a new top-level table named "public" in your GDB's top-level window and move the "logon" site into it. Either way remember to adapt the entries in the #urls table.
Accessing any object contained in a table named "public" doesn't require membership - even if there is a #members directive. Obviously you can't require membership for the logon pages - because the client is not a member yet.
I see that responder.members.signupForm has the following line active: local (formaction = pta^.path) while responder.members.logonForm has that line commented out. Funny.
Don't worry about this now. In responder.members.logonForm, the formaction url is generated by looking at pta^.responderattributes.urls^.memberHome.
I'm starting to get frustrated with how difficult it seems to be to add membership capability.
Most of your problems are probably due to the misunderstanding that you would be able to publish dynymic pages to your local drive and they would function properly.
There are responses to this message:
- Re: Using members logon form for non-DG, erik, 4/8/1999; 11:23:37 AM
This page was archived on 6/13/2001; 4:49:16 PM.
© Copyright 1998-2001 UserLand Software, Inc.