Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • New properties
    • user.account.activation.enabled=true
    • user.account.activation.code.length=128
    • user.account.activation.code.generation.retry=3
    • user.account.activation.mail.from=activate@localhost
  • Code in UserNewAction.java to send activation email
  • New persistent POJO UserActivationData
  • Code in UserManager implementations to store/retrieve new POJO
  • method un UserManager to retrieve user via activation code: New table: useractivate
    Code Block
    
    

...

  •  

...

  •  

...

  •  

...

  •  public UserData 

...

  • getUserByActivationCode(String activationCode) throws RollerException;
    
  • New field in rolleruser table:
    Code Block
    
        activationcode

...

  •  

...

  • varchar(255

...

  • )

...

  • 
    

See also attachment provided by Sedat, which provides detailed list of changes.

...