java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.jetspeed.modules.actions.CreateNewUserAndConfirm
- public class CreateNewUserAndConfirm
- extends org.apache.turbine.modules.Action
Changes made by the NMRShiftDB developers group:
added the following user attributes
- title
- address
- city
- state
- zip code
- country
- webpage
- affiliation
S.Krause - 20.02.2002
| 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 |
CreateNewUserAndConfirm
public CreateNewUserAndConfirm()
doPerform
public void doPerform(org.apache.turbine.util.RunData data)
throws java.lang.Exception
- Description of the Method
createUser
protected void createUser(org.apache.turbine.om.security.User user,
org.apache.turbine.util.RunData data)
throws java.lang.Exception
- createUser creates a new user.
Subclasses can override this method - adding additional user property settings as needed.
The default implementation does nothing.
bypassConfirmMail
private void bypassConfirmMail(org.apache.turbine.util.RunData data,
java.lang.String username,
java.lang.String password)
- bypassConfirmMail allows configurations to bypass sending the confirmation email
The new user is logged on and then redirected to the home page