]> git.mxchange.org Git - shipsimu.git/commit - application/ship-simu/main/registration/class_ShipSimuRegistration.php
Guest login basicly supported (not finished yet!)
authorRoland Häder <roland@mxchange.org>
Thu, 19 Jun 2008 18:11:57 +0000 (18:11 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 19 Jun 2008 18:11:57 +0000 (18:11 +0000)
commit395b0b1f81b13a11c7a9258c3b5e01dceee6a4e2
tree9cbd85490a17b2f503dbe5351f722d09f2b8833e
parentc983485aaafb177a8dd366a7f7c0fd5db6720d55
Guest login basicly supported (not finished yet!)
13 files changed:
.gitattributes
application/ship-simu/config.php
application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php [new file with mode: 0644]
application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php
application/ship-simu/main/login/class_ShipSimuGuestLogin.php [new file with mode: 0644]
application/ship-simu/main/login/class_ShipSimuUserLogin.php
application/ship-simu/main/registration/class_ShipSimuRegistration.php
application/ship-simu/templates/de/code/login_failed.ctp
application/ship-simu/templates/de/code/login_form.ctp
inc/classes/main/filter/guest/.htaccess [new file with mode: 0644]
inc/classes/main/filter/guest/class_UserNameIsGuestFilter.php [new file with mode: 0644]
inc/classes/main/user/class_Guest.php [new file with mode: 0644]
inc/config.php