On 03/05/05, u1207440 <[EMAIL PROTECTED]> wrote:
> I made a signup form for my website and I want to check if the username
> already exists in
> acl_users folder without having to log in as administrator.
>
> How do I do that, what and where do I have to modify my permission for so I
> can use
I made a signup form for my website and I want to check if the username already
exists in acl_users folder without having to log in as administrator.
How do I do that, what and where do I have to modify my permission for so I can
use acl_users.getUser(REQUEST.name) without having to login first
On 03/05/05, Dennis Allison <[EMAIL PROTECTED]> wrote:
>
> Another option is to look at the other User Folder products which
> do things differently. Alternatively, you could modify the
> CookieCrumbler product to make it fit your model.
I've used exUserFolder before, it can store info in the se
Another option is to look at the other User Folder products which
do things differently. Alternatively, you could modify the
CookieCrumbler product to make it fit your model.
On Tue, 3 May 2005, Phillip Hutchings wrote:
> On 03/05/05, Dennis Allison <[EMAIL PROTECTED]> wrote:
> >
> > You mi
On 03/05/05, Dennis Allison <[EMAIL PROTECTED]> wrote:
>
> You might take a look at the CookieCrumbler product. It does pretty much
> what you seem to want & manages much of the hard stuff.
I was getting there ;) Though I don't really appreciate the way
CookieCrumbler stores the passwords...
--
You might take a look at the CookieCrumbler product. It does pretty much
what you seem to want & manages much of the hard stuff.
On Tue, 3 May 2005, Phillip Hutchings wrote:
> On 03/05/05, u1207440 <[EMAIL PROTECTED]> wrote:
> > I have created a login form an a few users in acl_users, both e
On 03/05/05, u1207440 <[EMAIL PROTECTED]> wrote:
> I have created a login form an a few users in acl_users, both exists in a
> ordered folder
> called conference. My login Form post to a login dtml method and login dtml
> method
> redirect me to another page. Even though the user exists and use
Hi,
My zope server is running on fedore core3. I want to connect to ms sql
server running on windows xp platform using FreeTDS, SQLRelay and
ZSqlRelayDA. My sqlrelay.conf can be seen below:
As you seen there is only 1 listener socket created.
I have created a login form an a few users in acl_users, both exists in a
ordered folder called conference. My login Form post to a login dtml method and
login dtml method redirect me to another page. Even though the user exists and
username and password is correct, somehow zope won't redirect m
I assume what you see are "hangs" i.e. Zope appearing to not accept new
requests, as soon as all 4 worker threads are busy waiting for the
RDBMS system to answer.
Now, using more threads will push back the point of unresponsiveness,
but as soon as you have the 13th request hitting Zope, you are
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jim Abramson wrote:
> Thanks Stefan & Jens...
>
>
>>>if yes, would upping the number of ZODB connections
>>
>>effectively raise
>>
>>>the ceiling - e.g. 12 ZODB connections -> 12 threads should perform
>>>properly ? Is increasing the number of ZO
Thanks Stefan & Jens...
> > if yes, would upping the number of ZODB connections
> effectively raise
> > the ceiling - e.g. 12 ZODB connections -> 12 threads should perform
> > properly ? Is increasing the number of ZODB cx's
> possible, let alone
> > advisable? (why the default of 7 - not 6
On May 2, 2005, at 14:49, Jim Abramson wrote:
v2.7.4 running on Linux - I'm trying to use this (custom_zodb.py in
INSTANCE_HOME)
custom_zodb.py is no longer used for Zope 2.7.x. You define
databases in zope.conf.
Ah, OK thanks.
Is it for the collector that, aside from messing up the ZMI a bit,
> > v2.7.4 running on Linux - I'm trying to use this (custom_zodb.py in
> > INSTANCE_HOME)
>
> custom_zodb.py is no longer used for Zope 2.7.x. You define
> databases in zope.conf.
>
Ah, OK thanks.
Is it for the collector that, aside from messing up the ZMI a bit, the
custom_zodb.py approac
Dne pondělí, 2. května 2005 09:52 Tino Wildenhain <[EMAIL PROTECTED]>
napsal(a):
> Am Montag, den 02.05.2005, 09:04 +0200 schrieb Jaroslav Lukesh:
> > Hi all,
> >
> > I was extend SquishDot with wysiwyg editor (origin: vsbabu ieeditor). But
> > it was not accept many tags due too small number of a
Am Montag, den 02.05.2005, 09:43 +0200 schrieb [EMAIL PROTECTED]:
> Hello everybody,
>I change the file "manage.dtml" in ..\python\app\dtml. This is the change
> I've done:
> "http://www.w3.org/TR/REC-html40/loose.dtd";>
>
>
>
> Zope on &dtml-BASE0;
Yes, thats a common problem - true HTTP-
Am Montag, den 02.05.2005, 09:04 +0200 schrieb Jaroslav Lukesh:
> Hi all,
>
> I was extend SquishDot with wysiwyg editor (origin: vsbabu ieeditor). But it
> was not
> accept many tags due too small number of allowed html attributes in
> stripogram.
>
> I was patch stripogram to be more toleran
Hello everybody,
I change the file "manage.dtml" in ..\python\app\dtml. This is the change
I've done:
http://www.w3.org/TR/REC-html40/loose.dtd";>
Zope on &dtml-BASE0;
Best regards.
Jean Tinguely.
Selon Tino Wildenhain <[EMAIL PROTECTED]>:
> Am Donnerstag, den 28.04.2005, 15:48 +0200
Hi all,
I was extend SquishDot with wysiwyg editor (origin: vsbabu ieeditor). But it
was not
accept many tags due too small number of allowed html attributes in stripogram.
I was patch stripogram to be more tolerant for eg., tables and other tags
(missings: 'html' and 'body').
Make changes to
19 matches
Mail list logo