Skip to content
Snippets Groups Projects
Commit 46a303c7 authored by Julian Dehne's avatar Julian Dehne
Browse files

Merge remote-tracking branch 'gitup/groupfinding_module' into groupfinding_module

# Conflicts:
#	gemeinsamforschen/src/main/java/unipotsdam/gf/config/GFRocketChatConfig.java
#	gemeinsamforschen/src/main/java/unipotsdam/gf/taglibs/ChatWindow.java
parents 81c7a59a 2b6c13a6
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ public class CommunicationService implements ICommunication {
rocketChatAuth.put("password", user.getPassword());
HttpResponse<RocketChatLoginResponse> response =
unirestService.post(ROCKET_CHAT_API_LINK + "login").body(rocketChatAuth)
unirestService.post(ROCKET_CHAT_API_LINK + "register").body(rocketChatAuth)
.asObject(RocketChatLoginResponse.class);
if (isBadRequest(response)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment