Roland Haeder [Tue, 6 Oct 2015 12:10:03 +0000 (14:10 +0200)]
Continued:
- the user bean (controller) needs to be updated after successful registration to bear the user id
- added new template register_done.xhtml
- removed companyName from bean as this will be handled differently
- added birthday property
- also doRegister() needs to return the updated user instance
- more language internationalized
- temporary set user account status to CONFIRMED for easier development
- many more other imrovements ... :-( I hit commit to quickly.
- updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 6 Oct 2015 10:11:50 +0000 (12:11 +0200)]
Continued:
- added new beans (controller) for registration and login
- added security constrain (maybe working?) for login area. Maybe this has to be done manually as the user table is very specific.
- add dummy login error page
- updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 6 Oct 2015 06:29:36 +0000 (08:29 +0200)]
Continued:
- added missing properties userName and comments (getter/setter)
- added user name to registration form
- updated jar
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 5 Oct 2015 12:47:26 +0000 (14:47 +0200)]
Continued:
- added 2 beans (controller) for handling gender and user. These classes/interfaces has been taken from my pizzaservice-war project and renamed to fit with this project.
- added more required jars
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 5 Oct 2015 10:48:19 +0000 (12:48 +0200)]
imported more files from project "pizzaservice-web" and removed some language strings which are not used here
Signed-off-by:Roland Häder <roland@mxchange.org>