]> git.mxchange.org Git - addressbook-war.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 12:10:03 +0000 (14:10 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 12:10:37 +0000 (14:10 +0200)
commitf06dc0b424d6f79edbab7db72ef9ee9ac647f3a9
tree1176feba6ed6e951b6cdf6b4d183e93b8b58f44f
parent35db9ee4659d6664d44fee53fd12aa788cbc6831
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>
13 files changed:
lib/jcontacts-core.jar
lib/juser-lib.jar
src/java/org/mxchange/addressbook/beans/login/UserLoginWebBean.java
src/java/org/mxchange/addressbook/beans/register/UserRegisterWebBean.java
src/java/org/mxchange/addressbook/beans/register/UserRegisterWebController.java
src/java/org/mxchange/addressbook/beans/user/UserWebBean.java
src/java/org/mxchange/addressbook/beans/user/UserWebController.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/guest/guest_personal_data.tpl
web/WEB-INF/web.xml
web/user/register_done.xhtml [new file with mode: 0644]