Author |
Message
|
hifive |
Posted: Wed Jul 25, 2007 9:24 am Post subject: MQ WF Password change using API |
|
|
Acolyte
Joined: 06 May 2006 Posts: 52
|
How to change the password of a user (person) using MQ WF API ?? |
|
Back to top |
|
 |
jmac |
Posted: Wed Jul 25, 2007 9:59 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I do not believe it is possible to change password via the API for any user other than the currently logged on user. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
hifive |
Posted: Wed Jul 25, 2007 8:01 pm Post subject: |
|
|
Acolyte
Joined: 06 May 2006 Posts: 52
|
Ok, But Is it possible , based on the current user (who has loged in), password can be changed using MQWF API ?
Scenerio :
1. User has logged in
2. A JSP page would be provided to change password
3. Which API would be applicable to change the password. By the use of Person interface or using staff class - i do not see any method to change password - is their any alternative way to achieve the same ?? |
|
Back to top |
|
 |
jmac |
Posted: Thu Jul 26, 2007 12:05 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
ExecutionService::setPassword() _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
hifive |
Posted: Mon Jul 30, 2007 12:17 am Post subject: |
|
|
Acolyte
Joined: 06 May 2006 Posts: 52
|
Once I use setPassoword method; will i have to re compile fdl file |
|
Back to top |
|
 |
jmac |
Posted: Mon Jul 30, 2007 5:20 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
no, the database will be changed. BUT if you were to import Buildtime FDL again, I believe the password would be overlaid, but I am not 100% sure. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|