]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with user locking: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Thu, 4 Aug 2016 16:10:38 +0000 (18:10 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 19:58:07 +0000 (21:58 +0200)
commitc449c99f316edc13fb1ae1d32a243209994c1394
treebb6f9915ce6728d06ad4e1aa5682f2817e5c02fa
parent1065728e3e2ef8c4f6fcdee662ae34c63e2dc544
Continued with user locking: (please cherry-pick)
- added form for un-/locking users
  + it shows buttons depending on if the user is lock/unlocked or unconfirmed
  + if the user is unconfirmed, a text is shown (maybe not wanted, easy to rewrite to a "feature")
  + if the user is locked, the reason is shown
- added lock reason to controller (bean)
- added missing 18n strings
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestController.java
web/admin/user/admin_user_unlock.xhtml