User class / resending of confirm link updated:
authorRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 20:49:04 +0000 (20:49 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 20:49:04 +0000 (20:49 +0000)
commit2e5bed21bd0f9420a663f9a603432c536b2035d0
treee3193832ebc47fbcdcf51848ecd8e57aaa516ec4
parent4f8c6dfcdc9b0a11ef041d0658f98d10a85e87fa
User class / resending of confirm link updated:
- If the provided email address for resending confirmation link is missing the
  filter will now redirect to a configurable URL
- New exception InvalidInterfaceException which will be thrown if a required
  interface is not implemented
- Resend link does now create a new hash and updates the user table
- Method BaseUser::ifEmailAddressExists() does now fix empty username attribute
- New method User::updateDatabaseField() added which updates database table
  columns with specified values
- Minor fixes applied
.gitattributes
application/ship-simu/config.php
inc/classes/exceptions/main/class_InvalidInterfaceException.php [new file with mode: 0644]
inc/classes/exceptions/main/class_InvalidObjectException.php
inc/classes/main/commands/web/class_WebResendLinkCommand.php
inc/classes/main/filter/update/class_UserUpdateFilter.php
inc/classes/main/filter/verifier/class_UserUnconfirmedVerifierFilter.php
inc/classes/main/user/class_BaseUser.php
inc/classes/main/user/guest/class_Guest.php
inc/classes/main/user/user/class_User.php