org.olat.admin.user
Class ChangeUserPasswordForm

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.components.form.flexible.impl.FormBasicController
              extended by org.olat.admin.user.ChangeUserPasswordForm
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class ChangeUserPasswordForm
extends FormBasicController

Initial Date: Jul 14, 2003

Author:
gnaegi
Comment: Form for changing a user password.

Field Summary
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
ChangeUserPasswordForm(UserRequest ureq, WindowControl wControl, Identity treatedIdentity)
          Constructor for user pwd forms.
 
Method Summary
 boolean validateFormLogic(UserRequest ureq)
           
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose, event
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeUserPasswordForm

public ChangeUserPasswordForm(UserRequest ureq,
                              WindowControl wControl,
                              Identity treatedIdentity)
Constructor for user pwd forms.

Parameters:
UserRequest -
WindowControl -
Identity - of which password is to be changed
Method Detail

validateFormLogic

public boolean validateFormLogic(UserRequest ureq)
Returns: