fle3-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fle3-dev] What is the role of nickname?


From: Jukka K Purma
Subject: [Fle3-dev] What is the role of nickname?
Date: Mon Aug 12 10:00:03 2002

Hi,

We're having problems with people changing their personal information.
>From dtml-source it seems like people are once allowed to create a
nickname. (but also it seems like they have a nickname already, since
this uses get_nickname)

 <dtml-if nickname>
   <dtml-var get_nickname>
 <dtml-else>
   <input type="text:string" name="nickname" value="<dtml-var get_nickname>">
 </dtml-if>

But it seems if you have this text-box available, but you won't change
your nickname, it gives an error.

Now the question:

1.  Why can I change my nick only once?

2. Where is edit_user_form_handler?

Now I will just comment out that else-branch, but since we have quite
uninformative user accounts, (two letters and number) it would be nice to
have nicknames back.

jukka





reply via email to

[Prev in Thread] Current Thread [Next in Thread]