Author |
Message
|
tyctlnc |
Posted: Tue May 16, 2006 10:53 pm Post subject: How to change password of users |
|
|
Novice
Joined: 27 Apr 2006 Posts: 15
|
I have a question. I want to users can change your password to login wfclient. In builttime database, i find the "person" table, but i can't change the "password" field.
Any body give me some ideas. thanks for advance |
|
Back to top |
|
 |
vennela |
Posted: Wed May 17, 2006 11:05 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Please explain what you are trying to do
Users can change passwords. No problem |
|
Back to top |
|
 |
tyctlnc |
Posted: Wed May 17, 2006 6:40 pm Post subject: |
|
|
Novice
Joined: 27 Apr 2006 Posts: 15
|
ok, i don't try it any more.
Now, i have a question. How can i change the Listview.jsp.
you can explain to me, what the code to do:
<%if (type == SessionContext.WORKLIST) {%>
<th align="<%=context.getHTMLAlignment("left")%>" width="30%"><b> <%=context.get("ListViewer.Description")%> </b></th>
thanks for your reply. |
|
Back to top |
|
 |
tyctlnc |
Posted: Wed May 17, 2006 6:43 pm Post subject: |
|
|
Novice
Joined: 27 Apr 2006 Posts: 15
|
<%=context.get("ListViewer.Description")%>
How dose the line code work?
how can you explaine to me? |
|
Back to top |
|
 |
vennela |
Posted: Thu May 18, 2006 12:27 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
There is a chapter in application programming guide on how you can customise the web client.
That should help you on how to do it. |
|
Back to top |
|
 |
tyctlnc |
Posted: Thu May 18, 2006 10:46 pm Post subject: |
|
|
Novice
Joined: 27 Apr 2006 Posts: 15
|
thanks a lot. I have found the solution in this book. |
|
Back to top |
|
 |
|