A
- type of AppUserpublic class PasswordChangeRequestServlet<A extends AppUser> extends WebappServlet
PasswordChangeRequestFactory.PasswordChangeRequest
matching the servlet-path is found (and is valid)
the user is prompted for a new password.
If this is a legal password then the password is changed and the user is logged in.ARGS, CONFIRM_NO, CONFIRM_POST_URL, CONFIRM_TYPE, CONFIRM_YES, EXTRA_HTML, MESSAGE_EXTRA_ATTR, MESSAGE_TYPE_ATTR, MESSAGES_JSP_URL, SCRIPTS_CONFIRM_JSP
Constructor and Description |
---|
PasswordChangeRequestServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res,
AppContext conn)
Method that does the actual work
|
badInputCheck, checkBadInput, confirm, confirm, doGet, doPost, doPut, doPut, encodeCGI, getLogger, handleFormResult, message, message, messageWithArgs, sendMessageWithArgs
protected void doPost(HttpServletRequest req, HttpServletResponse res, AppContext conn) throws ServletException, java.io.IOException
WebappServlet
doPost
in class WebappServlet
ServletException
java.io.IOException