Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users can not login #1

Open
quy-tangerine opened this issue May 26, 2019 · 3 comments
Open

Users can not login #1

quy-tangerine opened this issue May 26, 2019 · 3 comments
Assignees
Labels

Comments

@quy-tangerine
Copy link
Collaborator

Why

  • Date: today
  • ...

What

  • Can not click to A
  • Can not ....

Photo, capture

@quy-tangerine
Copy link
Collaborator Author

QUY (Dev)

Triggers

rd(@PathParam("version") String version, ChangePasswordRequest request)
	{
		if (version.equals("1"))
		{
			return ConsoleRequestHandlerV1.changePassword(request);
		}
		else
		{
			return Response.status(Response.Status.PRECONDITION_FAILED).build();
		}
	}
other codes

@quy-tangerine
Copy link
Collaborator Author

Reason:

  • Can not connect to DB
  • ...

@quy-tangerine
Copy link
Collaborator Author

Solutions:

  • Solution A
  • Solution B
  • ...

@quy-tangerine quy-tangerine self-assigned this May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant