Closed GoogleCodeExporter closed 9 years ago
I am also looking for something similar to this too. I would like to preform a
HTTP REST api call after a successful forgot password identification process.
Original comment by hydr...@gmail.com
on 27 Jul 2011 at 7:26
See 'password.pwm.ExternalChangeMethod' class. And setting ConfigManager ->
Misc -> External Change Method.
Please comment here if you need something beyond this interface.
Original comment by jrivard
on 27 Jul 2011 at 7:42
If I put in my class file into the appropriate folder under classes, do I need
to restart Tomcat? It does not seem to be picking up the changes..
Original comment by bh.ami...@gmail.com
on 28 Jul 2011 at 3:57
Yes, a tomcat restart is required.
Original comment by jrivard
on 28 Jul 2011 at 4:47
how do I get the username of the current user from the pwmSession variable in
ExternalChangeMethod after successfull pwd change?
When I do a pwmSession.getUserID(), I get a null.
When I do a pwmSession.getUserInfoBean().getUserDN(), I get a long string with
whole lot info.
Need exactly the user id.
thanks for all the help so far
Original comment by bh.ami...@gmail.com
on 28 Jul 2011 at 6:44
I am just starting down this road and was wondering if either of the previous
posters were able to successfully use the External Change Method interface. If
so, would you be willing to share your code?
Thanks
Original comment by landr...@gmail.com
on 8 Sep 2011 at 4:25
Original issue reported on code.google.com by
bh.ami...@gmail.com
on 27 Jul 2011 at 7:21