ninjaModuleLoginlogout.controllers
Class RegistrationController

java.lang.Object
  extended by ninjaModuleLoginlogout.controllers.RegistrationController

public class RegistrationController
extends Object


Constructor Summary
RegistrationController()
           
 
Method Summary
 Result lostPassword(Context context)
          Show input window for email.
 Result registration(Context context)
           
 Result registrationPending(Context context)
          registration was successful => show message to user that an email was sent for final activation of user account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationController

public RegistrationController()
Method Detail

registration

public Result registration(Context context)

registrationPending

public Result registrationPending(Context context)
registration was successful => show message to user that an email was sent for final activation of user account.


lostPassword

public Result lostPassword(Context context)
Show input window for email.



Copyright © 2012. All Rights Reserved.