]> git.mxchange.org Git - city.git/commit
Added a lot stuff for confirming email address and resending confirmation link.
authorRoland Haeder <roland@mxchange.org>
Tue, 7 Apr 2015 21:34:18 +0000 (23:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 7 Apr 2015 21:34:18 +0000 (23:34 +0200)
commit9e1e397d62d8198f09af466e9a2d6909054817e5
tree8ff396c3e3e1ca91fd66ef87908748448f01799c
parentef8be83e0a0dd6cefcf79622c22237fe41092615
Added a lot stuff for confirming email address and resending confirmation link.

Yes, all is generic stuff (what happens with every browser-based game or
application) so let's finish this quickly.

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/config.php
application/city/main/actions/html/class_HtmlCityLoginProfileAction.php [new file with mode: 0644]
application/city/main/actions/html/class_HtmlCityLoginStatusProblemAction.php [new file with mode: 0644]
application/city/main/controller/html/class_CityHtmlConfirmController.php [new file with mode: 0644]
application/city/templates/de/code/confirm_link.ctp [new file with mode: 0644]
application/city/templates/de/code/mail_debug.ctp [new file with mode: 0644]
application/city/templates/de/emails/.htaccess [new file with mode: 0644]
application/city/templates/de/emails/text_resend_link.tpl [new file with mode: 0644]
application/city/templates/de/menu/generic_menu_entries.xml
application/city/templates/de/menu/login_area_menu_entries.xml
core