public static final SqlId RESET_PASSWORD = new SqlId(ConnectionSrc.ACCESS_CONTROL, "RESET_PASSWORD");
public static final RequestParameter USER_NAME = RequestParameter.withLengthCheck("UserName");
/** List all user names. */
protected void show() throws DAOException {
UserDAO dao = new UserDAO();
addToRequest(ITEMS_FOR_LISTING, dao.list());
}