org.olat.registration
Class EmailOrUsernameFormController

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.registration.EmailOrUsernameFormController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class EmailOrUsernameFormController
extends FormBasicController

Forgot password workflow: enter email or username address to retrieve the password by email.

Initial Date: Sep 25, 2009

Author:
Gregor Wassmann, frentix GmbH, http://www.frentix.com

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
EmailOrUsernameFormController(UserRequest ureq, WindowControl wControl)
           
 
Method Summary
 java.lang.String getEmailOrUsername()
           
 void setUserNotIdentifiedError()
           
 
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

EmailOrUsernameFormController

public EmailOrUsernameFormController(UserRequest ureq,
                                     WindowControl wControl)
Method Detail

getEmailOrUsername

public java.lang.String getEmailOrUsername()
Returns:
The email address or username entered by the user

setUserNotIdentifiedError

public void setUserNotIdentifiedError()