org.openscience.nmrshiftdb.modules.actions
Class RememberPassword

java.lang.Object
  extended by org.apache.turbine.modules.Assembler
      extended by org.apache.turbine.modules.Action
          extended by org.openscience.nmrshiftdb.modules.actions.RememberPassword

public class RememberPassword
extends org.apache.turbine.modules.Action

This action sets a new password for a user and sends it by email.

Author:
shk3

Constructor Summary
RememberPassword()
           
 
Method Summary
 void doPerform(org.apache.turbine.util.RunData data)
          Performs the action.
 
Methods inherited from class org.apache.turbine.modules.Action
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RememberPassword

public RememberPassword()
Method Detail

doPerform

public void doPerform(org.apache.turbine.util.RunData data)
               throws java.lang.Exception
Performs the action.

Specified by:
doPerform in class org.apache.turbine.modules.Action
Parameters:
data - The RunData object.
Throws:
java.lang.Exception - Description of Exception