mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
server: Remove trailing / from the domain URL
This commit is contained in:
parent
3650a438df
commit
193a0fd710
@ -65,7 +65,9 @@ compromised. You should reset your password and contact an administrator.
|
||||
To reset your password please visit the following URL: {}/reset-password/step2/{}
|
||||
|
||||
Please contact an administrator if you did not initiate the process.",
|
||||
username, domain, token
|
||||
username,
|
||||
domain.trim_end_matches('/'),
|
||||
token
|
||||
);
|
||||
send_email(to, "[LLDAP] Password reset requested", body, options).await
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user