Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated global setting example
  • Loading branch information
Davi Torres authored and daviftorres committed Aug 18, 2025
commit 5efad39f902303a5264579569de92d610f849320
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class UserPasswordResetManagerImpl extends ManagerBase implements UserPas
new ConfigKey<>(ConfigKey.CATEGORY_ADVANCED, String.class,
"user.password.reset.mail.template", "Hello {{username}}!\n" +
"You have requested to reset your password. Please click the following link to reset your password:\n" +
"http://{{{resetLink}}}\n" +
"https://your_domain_here{{{resetLink}}}\n" +
Comment thread
daviftorres marked this conversation as resolved.
Outdated
"If you did not request a password reset, please ignore this email.\n" +
"\n" +
"Regards,\n" +
Expand Down