X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=53f9060a9729764d17ce580f654d4397fd6954c6;hb=4222c5d0a69b0b008afc59e6929ec60399f2234f;hp=496a039e6fa7c58accfa5e98b8efdbda10d7c97d;hpb=50fa67e49ff4f23fab5cbc9a0fcf440d49b8fa30;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 496a039e..53f9060a 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,28 +1,144 @@ - - javax.faces.PROJECT_STAGE - Development - - - Faces Servlet - javax.faces.webapp.FacesServlet - 1 - - - Faces Servlet - /faces/* - - - tpl - text/plain - - - - 30 - - - - faces/index.xhtml - + An online address book application to share private and business memebers between all members. It is also possible that the user's profile can be made visible to outside. + JLandingPage Application v1.0 + + Whether the multi-page registration page or a single registration page is active + is_feature_user_register_multiple_page_enabled + true + + + Whether a user name is required for this application. + is_feature_user_name_required_enabled + true + + + Whether the public user profile is enabled. + is_public_profile_enabled + false + + + Whether "resend confirmation link" is enabled. + is_feature_user_resend_confirmation_link_enabled + true + + + Whether default timezon is set from system's timezone + javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE + true + + + Whether registration page is enabled. + is_feature_user_registration_enabled + false + + + Whether the guest menu is enabled/shown to the user. + is_feature_guest_menu_enabled + true + + + Whether recovery of user passwords is enabled. + is_feature_user_password_recovery_enabled + false + + + Wether the gender is required for using the general contact controller. + is_feature_general_gender_enabled + true + + + Whether gender is required for administrative contact controller. + is_feature_admin_gender_enabled + false + + + Whether users are allowed to edit their user data. + is_feature_user_edit_data_enabled + false + + + Whether the user list is accessible and visible. + is_feature_user_list_enabled + false + + + Whether imprint page is enabled. + is_feature_imprint_enabled + true + + + Whether terms page is enabled. + is_feature_terms_enabled + true + + + Whether privacy page is enabled. + is_feature_privacy_enabled + true + + + Feature: Users must change password after login (with current password). Administrators can enforce this. + is_feature_user_must_change_password_enabled + true + + + Whether users are allowed to change their login password. + is_feature_change_user_password_enabled + true + + + Maximum passwords that must be different. + max_user_password_history + 5 + + + Faces Servlet + javax.faces.webapp.FacesServlet + 1 + + + pdf + org.mxchange.pizzaapplication.servlet.receipt.PizzaPdfReceiptServlet + + + Faces Servlet + /faces/* + + + tpl + text/plain + + + pdf + /customer/recipt.pdf + + + + 30 + + + + faces/index.xhtml + + + AdminConstraint + + admin + Administrative Area + /faces/admin/* + + + Administrative Area Login + admin + + + + BASIC + file + + + Administrative role + admin +