Skip to content

Commit

Permalink
Fix link for user activation
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 12, 2024
1 parent d04bce8 commit 149d23e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public Map<String,String> register(@RequestBody Map<String,String> formData, Htt
+ "E-Mail: " + user.getEmail() + newLine + newLine
+ "Wenn Sie in Arachne eingeloggt sind, können Sie folgenden Link benutzen um den Benutzer "
+ "freizuschalten:" + newLine
+ "https://https://objects.legacy.idai.world/activate_account/" + user.getId();
+ "https://objects.legacy.idai.world/activate_account/" + user.getId();

if (!mailService.sendMail(adminEmail, "Anmeldung bei Arachne", messageBody)) {
LOGGER.error("Unable to send registration eMail to admin.");
Expand Down

0 comments on commit 149d23e

Please sign in to comment.