]> git.mxchange.org Git - addressbook-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 21:31:16 +0000 (23:31 +0200)
commit2d55f0215f3cee7c84b4fd688d908f265074f86a
tree5b83a7ba9b2f8ee7ecaec1245818ce0d20ec5415
parent346f6cd5fcec3a7260d07604cfdbf9b7a5957169
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/addressbook/beans/user/AddressbookAdminUserWebRequestBean.java
src/java/org/mxchange/addressbook/beans/user/AddressbookAdminUserWebRequestController.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/admin/user/admin_user_unlock.xhtml