Email address confirmation now working (not in registration):
authorRoland Häder <roland@mxchange.org>
Mon, 30 Jun 2008 13:56:24 +0000 (13:56 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Jun 2008 13:56:24 +0000 (13:56 +0000)
commita550aa5e5aea2ecddfe0166e96bea62b01c7450e
tree9d4591e37fbb6f2eb76f5f373977ff79df549cfb
parenta34580b7e50fad2b188e71a1f11f5619d99b44c1
Email address confirmation now working (not in registration):
- Confirmation link extended with username to make looking the user account
  up much more easier
- Confirmation of email address now working but still no email is send in
  registration procedure
- Current user's status now displayed in login area
- Some minor code rewrites
26 files changed:
.gitattributes
application/ship-simu/config.php
application/ship-simu/main/registration/class_ShipSimuRegistration.php
application/ship-simu/templates/de/code/block_persona_data.ctp
application/ship-simu/templates/de/code/confirm_link.ctp [new file with mode: 0644]
application/ship-simu/templates/de/code/login_main.ctp
application/ship-simu/templates/de/emails/text_resend_link.tpl
docs/COPYING
inc/classes/main/commands/web/class_WebConfirmCommand.php [new file with mode: 0644]
inc/classes/main/controller/web/class_WebConfirmController.php [new file with mode: 0644]
inc/classes/main/controller/web/class_WebLoginController.php
inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php
inc/classes/main/filter/change/class_EmailChangeFilter.php
inc/classes/main/filter/change/class_PasswordChangeFilter.php
inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php
inc/classes/main/filter/update/class_UserStatusConfimedUpdateFilter.php [new file with mode: 0644]
inc/classes/main/filter/update/class_UserUpdateFilter.php
inc/classes/main/filter/validator/class_ConfirmCodeValidatorFilter.php [new file with mode: 0644]
inc/classes/main/filter/validator/class_UserNameValidatorFilter.php
inc/classes/main/filter/verifier/class_ConfirmCodeVerifierFilter.php [new file with mode: 0644]
inc/classes/main/filter/verifier/class_UserStatusVerifierFilter.php
inc/classes/main/filter/verifier/class_UserUnconfirmedVerifierFilter.php
inc/classes/main/helper/class_BaseHelper.php
inc/classes/main/helper/web/blocks/class_WebBlockHelper.php
inc/classes/main/helper/web/class_BaseWebHelper.php
inc/classes/main/template/image/class_ImageTemplateEngine.php